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

Inherits:
Struct show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/formatter/ast_lookup.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json

Instance Attribute Details

#stepObject

Returns the value of attribute step

Returns:

  • (Object)

    the current value of step



59
60
61
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/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/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/formatter/ast_lookup.rb', line 59

def type
  @type
end