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



4
5
6
# File 'lib/moonshot/stack_lister.rb', line 4

def creation_time
  @creation_time
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/moonshot/stack_lister.rb', line 4

def name
  @name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



4
5
6
# File 'lib/moonshot/stack_lister.rb', line 4

def status
  @status
end