Class: Qaxqa::Step
- Inherits:
-
Object
- Object
- Qaxqa::Step
- Defined in:
- lib/qaxqa/step.rb
Overview
Module class to set XML parsed attributes to a Step object
Instance Attribute Summary collapse
-
#actions ⇒ Object
Returns the value of attribute actions.
-
#expectedresults ⇒ Object
Returns the value of attribute expectedresults.
-
#step_number ⇒ Object
Returns the value of attribute step_number.
-
#summary ⇒ Object
Returns the value of attribute summary.
Instance Attribute Details
#actions ⇒ Object
Returns the value of attribute actions.
6 7 8 |
# File 'lib/qaxqa/step.rb', line 6 def actions @actions end |
#expectedresults ⇒ Object
Returns the value of attribute expectedresults.
6 7 8 |
# File 'lib/qaxqa/step.rb', line 6 def expectedresults @expectedresults end |
#step_number ⇒ Object
Returns the value of attribute step_number.
6 7 8 |
# File 'lib/qaxqa/step.rb', line 6 def step_number @step_number end |
#summary ⇒ Object
Returns the value of attribute summary.
6 7 8 |
# File 'lib/qaxqa/step.rb', line 6 def summary @summary end |