Class: ChronoForge::Dashboard::StepNameParser::Parsed
- Inherits:
-
Struct
- Object
- Struct
- ChronoForge::Dashboard::StepNameParser::Parsed
- Defined in:
- lib/chrono_forge/dashboard/step_name_parser.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
4 5 6 |
# File 'lib/chrono_forge/dashboard/step_name_parser.rb', line 4 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/chrono_forge/dashboard/step_name_parser.rb', line 4 def name @name end |
#raw ⇒ Object
Returns the value of attribute raw
4 5 6 |
# File 'lib/chrono_forge/dashboard/step_name_parser.rb', line 4 def raw @raw end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
4 5 6 |
# File 'lib/chrono_forge/dashboard/step_name_parser.rb', line 4 def @timestamp end |