Class: Cucumber::StepMother::StepArgumentTransform
- Defined in:
- lib/cucumber/step_mother.rb
Instance Attribute Summary collapse
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#transformer ⇒ Object
Returns the value of attribute transformer.
Instance Attribute Details
#pattern ⇒ Object
Returns the value of attribute pattern
55 56 57 |
# File 'lib/cucumber/step_mother.rb', line 55 def pattern @pattern end |
#transformer ⇒ Object
Returns the value of attribute transformer
55 56 57 |
# File 'lib/cucumber/step_mother.rb', line 55 def transformer @transformer end |