Module: Deck::Repeatable
- Included in:
- Container::Add, Container::Archive, Container::Cmd, Container::Env
- Defined in:
- lib/deck/repeatable.rb
Defined Under Namespace
Classes: Step
Instance Method Summary collapse
Instance Method Details
#attributes ⇒ Object
18 19 20 21 |
# File 'lib/deck/repeatable.rb', line 18 def attributes @index ||= 0 @repeatable_attr[@index] end |
#next ⇒ Object
23 24 25 |
# File 'lib/deck/repeatable.rb', line 23 def next @index += 1 end |