Class: Cucumber::Events::UndefinedParameterType
- Inherits:
-
Object
- Object
- Cucumber::Events::UndefinedParameterType
- Defined in:
- lib/cucumber/events/undefined_parameter_type.rb
Instance Attribute Summary collapse
-
#expression ⇒ Object
readonly
Returns the value of attribute expression.
-
#type_name ⇒ Object
readonly
Returns the value of attribute type_name.
Instance Attribute Details
#expression ⇒ Object (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_name ⇒ Object (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 |