Class: Moonshot::StackLister::EnvironmentDescription

Inherits:
Struct
  • Object
show all
Defined in:
lib/moonshot/stack_lister.rb

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeObject

Returns the value of attribute creation_time

Returns:

  • (Object)

    the current value of creation_time



6
7
8
# File 'lib/moonshot/stack_lister.rb', line 6

def creation_time
  @creation_time
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/moonshot/stack_lister.rb', line 6

def name
  @name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



6
7
8
# File 'lib/moonshot/stack_lister.rb', line 6

def status
  @status
end