Class: RSpecGherkin::Builder::Scenario

Inherits:
Object
  • Object
show all
Includes:
Name, Tags
Defined in:
lib/rspec-gherkin/builder.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Name

#name

Methods included from Tags

#metadata_hash, #tags, #tags_hash

Constructor Details

#initialize(raw) ⇒ Scenario

Returns a new instance of Scenario.



55
56
57
58
# File 'lib/rspec-gherkin/builder.rb', line 55

def initialize(raw)
  @raw = raw
  @arguments = []
end

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments.



53
54
55
# File 'lib/rspec-gherkin/builder.rb', line 53

def arguments
  @arguments
end