Class: Turnip::Builder::Background

Inherits:
Object
  • Object
show all
Defined in:
lib/turnip/builder.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(raw) ⇒ Background

Returns a new instance of Background.



52
53
54
55
# File 'lib/turnip/builder.rb', line 52

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

Instance Attribute Details

#stepsObject (readonly)

Returns the value of attribute steps.



51
52
53
# File 'lib/turnip/builder.rb', line 51

def steps
  @steps
end