Class: Step
Instance Attribute Summary collapse
-
#keyword ⇒ Object
Returns the value of attribute keyword.
-
#line ⇒ Object
Returns the value of attribute line.
-
#table ⇒ Object
optional.
Attributes inherited from Item
Method Summary
Methods inherited from Item
Constructor Details
This class inherits a constructor from Item
Instance Attribute Details
#keyword ⇒ Object
Returns the value of attribute keyword.
14 15 16 |
# File 'lib/cuker/models/models_ready.rb', line 14 def keyword @keyword end |
#line ⇒ Object
Returns the value of attribute line.
14 15 16 |
# File 'lib/cuker/models/models_ready.rb', line 14 def line @line end |
#table ⇒ Object
optional
15 16 17 |
# File 'lib/cuker/models/models_ready.rb', line 15 def table @table end |