Class: Gurke::StepDefinition::Match
- Inherits:
-
Struct
- Object
- Struct
- Gurke::StepDefinition::Match
- Defined in:
- lib/gurke/step_definition.rb
Instance Attribute Summary collapse
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#params ⇒ Object
Returns the value of attribute params.
Instance Attribute Details
#method_name ⇒ Object
Returns the value of attribute method_name
31 32 33 |
# File 'lib/gurke/step_definition.rb', line 31 def method_name @method_name end |
#params ⇒ Object
Returns the value of attribute params
31 32 33 |
# File 'lib/gurke/step_definition.rb', line 31 def params @params end |