Class: Cucumber::Formatter::AstLookup::StepSource

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

Instance Attribute Summary collapse

Instance Attribute Details

#stepObject

Returns the value of attribute step

Returns:

  • (Object)

    the current value of step



59
60
61
# File 'lib/cucumber/formatter/ast_lookup.rb', line 59

def step
  @step
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



59
60
61
# File 'lib/cucumber/formatter/ast_lookup.rb', line 59

def type
  @type
end