Class: Cucumber::StepMother::StepArgumentTransform

Inherits:
Struct
  • Object
show all
Defined in:
lib/cucumber/step_mother.rb

Instance Attribute Summary collapse

Instance Attribute Details

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



55
56
57
# File 'lib/cucumber/step_mother.rb', line 55

def pattern
  @pattern
end

#transformerObject

Returns the value of attribute transformer

Returns:

  • (Object)

    the current value of transformer



55
56
57
# File 'lib/cucumber/step_mother.rb', line 55

def transformer
  @transformer
end