# File lib/fog/orchestration/openstack.rb, line 61 def resource @resource ||= service.resources.get(r[3], stack) end
# File lib/fog/orchestration/openstack.rb, line 65 def stack @stack ||= service.stacks.get(r[1], r[2]) end
# File lib/fog/orchestration/openstack.rb, line 71 def reflection @reflection ||= REFLECTION_REGEX.match(links[0]['href']) end