Class: Cucumber::Events::UndefinedParameterType

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/events/undefined_parameter_type.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expressionObject (readonly)

Returns the value of attribute expression.



8
9
10
# File 'lib/cucumber/events/undefined_parameter_type.rb', line 8

def expression
  @expression
end

#type_nameObject (readonly)

Returns the value of attribute type_name.



8
9
10
# File 'lib/cucumber/events/undefined_parameter_type.rb', line 8

def type_name
  @type_name
end