Class: Specific::Step
- Inherits:
-
Struct
- Object
- Struct
- Specific::Step
- Defined in:
- lib/specific/step.rb
Instance Attribute Summary collapse
-
#keyword ⇒ Object
Returns the value of attribute keyword.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#keyword ⇒ Object
Returns the value of attribute keyword
2 3 4 |
# File 'lib/specific/step.rb', line 2 def keyword @keyword end |
#text ⇒ Object
Returns the value of attribute text
2 3 4 |
# File 'lib/specific/step.rb', line 2 def text @text end |