Class: Moonshot::StackLister::EnvironmentDescription
- Inherits:
-
Struct
- Object
- Struct
- Moonshot::StackLister::EnvironmentDescription
- Defined in:
- lib/moonshot/stack_lister.rb
Instance Attribute Summary collapse
-
#creation_time ⇒ Object
Returns the value of attribute creation_time.
-
#name ⇒ Object
Returns the value of attribute name.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ Object
Returns the value of attribute creation_time
6 7 8 |
# File 'lib/moonshot/stack_lister.rb', line 6 def creation_time @creation_time end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/moonshot/stack_lister.rb', line 6 def name @name end |
#status ⇒ Object
Returns the value of attribute status
6 7 8 |
# File 'lib/moonshot/stack_lister.rb', line 6 def status @status end |