Method: Fog::Orchestration::OpenStack::Reflectable#stack
- Defined in:
- lib/fog/orchestration/openstack.rb
#stack ⇒ Object
65 66 67 |
# File 'lib/fog/orchestration/openstack.rb', line 65 def stack @stack ||= service.stacks.get(r[1], r[2]) end |