class Yari::Scenario

Attributes

examples[R]
raw[R]
steps[R]
tags[R]

Public Class Methods

new(raw_scenario) click to toggle source
# File lib/yari/builder.rb, line 49
def initialize(raw_scenario)
  @raw = raw_scenario
end

Public Instance Methods

location() click to toggle source
# File lib/yari/builder.rb, line 65
def location
  @raw[:location]
end
name() click to toggle source
# File lib/yari/builder.rb, line 53
def name
  @raw[:name]
end
type() click to toggle source
# File lib/yari/builder.rb, line 61
def type
  @raw[:type]
end