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.



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

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

Instance Attribute Details

#stepsObject (readonly)

Returns the value of attribute steps.



48
49
50
# File 'lib/turnip/builder.rb', line 48

def steps
  @steps
end