Class: Deck::Repeatable::Step
- Inherits:
-
Object
- Object
- Deck::Repeatable::Step
- Defined in:
- lib/deck/repeatable.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
Instance Method Summary collapse
-
#initialize ⇒ Step
constructor
A new instance of Step.
Constructor Details
#initialize ⇒ Step
Returns a new instance of Step.
5 6 7 |
# File 'lib/deck/repeatable.rb', line 5 def initialize @attributes = {} end |
Instance Attribute Details
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes.
3 4 5 |
# File 'lib/deck/repeatable.rb', line 3 def attributes @attributes end |