Class: StepDef
Instance Attribute Summary collapse
-
#direction ⇒ Object
readonly
Returns the value of attribute direction.
-
#doc ⇒ Object
readonly
Returns the value of attribute doc.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Attributes inherited from Def
Instance Method Summary collapse
-
#initialize(ast, direction, message) ⇒ StepDef
constructor
A new instance of StepDef.
Constructor Details
#initialize(ast, direction, message) ⇒ StepDef
Returns a new instance of StepDef.
179 180 181 182 183 184 |
# File 'lib/runtime.rb', line 179 def initialize ast, direction, super ast @direction = direction = @doc = ast.doc end |
Instance Attribute Details
#direction ⇒ Object (readonly)
Returns the value of attribute direction.
177 178 179 |
# File 'lib/runtime.rb', line 177 def direction @direction end |
#doc ⇒ Object (readonly)
Returns the value of attribute doc.
177 178 179 |
# File 'lib/runtime.rb', line 177 def doc @doc end |
#message ⇒ Object (readonly)
Returns the value of attribute message.
177 178 179 |
# File 'lib/runtime.rb', line 177 def end |