Class: RubyAemAws::Component::ComponentDescriptor
- Inherits:
-
Struct
- Object
- Struct
- RubyAemAws::Component::ComponentDescriptor
- Defined in:
- lib/ruby_aem_aws/component/component_descriptor.rb
Instance Attribute Summary collapse
-
#ec2 ⇒ Object
Returns the value of attribute ec2.
-
#elb ⇒ Object
Returns the value of attribute elb.
-
#stack_prefix_in ⇒ Object
Returns the value of attribute stack_prefix_in.
Instance Method Summary collapse
Instance Attribute Details
#ec2 ⇒ Object
Returns the value of attribute ec2
17 18 19 |
# File 'lib/ruby_aem_aws/component/component_descriptor.rb', line 17 def ec2 @ec2 end |
#elb ⇒ Object
Returns the value of attribute elb
17 18 19 |
# File 'lib/ruby_aem_aws/component/component_descriptor.rb', line 17 def elb @elb end |
#stack_prefix_in ⇒ Object
Returns the value of attribute stack_prefix_in
17 18 19 |
# File 'lib/ruby_aem_aws/component/component_descriptor.rb', line 17 def stack_prefix_in @stack_prefix_in end |
Instance Method Details
#stack_prefix ⇒ Object
18 19 20 21 22 23 |
# File 'lib/ruby_aem_aws/component/component_descriptor.rb', line 18 def stack_prefix # Unwrap from {:stack_prefix = value} to the value if necessary. return stack_prefix_in[:stack_prefix] if stack_prefix_in.is_a? Hash stack_prefix_in end |