Class: Strut::CommandMetadata
- Inherits:
-
Struct
- Object
- Struct
- Strut::CommandMetadata
- Defined in:
- lib/strut/slim_command.rb
Instance Attribute Summary collapse
-
#expected_value ⇒ Object
Returns the value of attribute expected_value.
-
#line ⇒ Object
Returns the value of attribute line.
-
#scenario_number ⇒ Object
Returns the value of attribute scenario_number.
Instance Attribute Details
#expected_value ⇒ Object
Returns the value of attribute expected_value
2 3 4 |
# File 'lib/strut/slim_command.rb', line 2 def expected_value @expected_value end |
#line ⇒ Object
Returns the value of attribute line
2 3 4 |
# File 'lib/strut/slim_command.rb', line 2 def line @line end |
#scenario_number ⇒ Object
Returns the value of attribute scenario_number
2 3 4 |
# File 'lib/strut/slim_command.rb', line 2 def scenario_number @scenario_number end |