Class: GreenScreen::Run

Inherits:
Struct
  • Object
show all
Defined in:
lib/greenscreen/app.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



11
12
13
# File 'lib/greenscreen/app.rb', line 11

def label
  @label
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



11
12
13
# File 'lib/greenscreen/app.rb', line 11

def status
  @status
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



11
12
13
# File 'lib/greenscreen/app.rb', line 11

def time
  @time
end