module Fog::OpenStack::Orchestration::Reflectable

Constants

REFLECTION_REGEX

Public Instance Methods

resource() click to toggle source
# File lib/fog/openstack/orchestration.rb, line 60
def resource
  @resource ||= service.resources.get(r[3], stack)
end
stack() click to toggle source
# File lib/fog/openstack/orchestration.rb, line 64
def stack
  @stack ||= service.stacks.get(r[1], r[2])
end

Private Instance Methods

r()
Alias for: reflection
reflection() click to toggle source
# File lib/fog/openstack/orchestration.rb, line 70
def reflection
  @reflection ||= REFLECTION_REGEX.match(links[0]['href'])
end
Also aliased as: r