Class: ChronoForge::Dashboard::StepNameParser::Parsed

Inherits:
Struct
  • Object
show all
Defined in:
lib/chrono_forge/dashboard/step_name_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



4
5
6
# File 'lib/chrono_forge/dashboard/step_name_parser.rb', line 4

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/chrono_forge/dashboard/step_name_parser.rb', line 4

def name
  @name
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



4
5
6
# File 'lib/chrono_forge/dashboard/step_name_parser.rb', line 4

def raw
  @raw
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



4
5
6
# File 'lib/chrono_forge/dashboard/step_name_parser.rb', line 4

def timestamp
  @timestamp
end