Class: Gurke::StepDefinition::Match

Inherits:
Struct
  • Object
show all
Defined in:
lib/gurke/step_definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



30
31
32
# File 'lib/gurke/step_definition.rb', line 30

def method_name
  @method_name
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



30
31
32
# File 'lib/gurke/step_definition.rb', line 30

def params
  @params
end