Class: Stacker::Stack::Capabilities
- Defined in:
- lib/stacker/stack/capabilities.rb
Instance Attribute Summary
Attributes inherited from Component
Instance Method Summary collapse
Methods inherited from Component
Constructor Details
This class inherits a constructor from Stacker::Stack::Component
Instance Method Details
#local ⇒ Object
7 8 9 |
# File 'lib/stacker/stack/capabilities.rb', line 7 def local @local ||= Array(stack..fetch 'capabilities', []) end |
#remote ⇒ Object
11 12 13 |
# File 'lib/stacker/stack/capabilities.rb', line 11 def remote @remote ||= client.capabilities end |