Class: Cucumber::Formatter::AstLookup::ScenarioSource

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

Instance Attribute Summary collapse

Instance Attribute Details

#scenarioObject

Returns the value of attribute scenario

Returns:

  • (Object)

    the current value of scenario



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

def scenario
  @scenario
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end