Class: Gluez::Resource::Step
Overview
A Step consist of a chunk of code and a check, to ensure the code has been applied successfully.
Instance Attribute Summary collapse
-
#checks ⇒ Object
Returns the value of attribute checks.
-
#code ⇒ Object
Returns the value of attribute code.
Instance Method Summary collapse
-
#initialize ⇒ Step
constructor
A new instance of Step.
Constructor Details
#initialize ⇒ Step
Returns a new instance of Step.
16 17 18 |
# File 'lib/gluez/resource.rb', line 16 def initialize @checks = [] end |