Class: Stella::Client::Repeat
- Inherits:
-
ResponseModifier
- Object
- ResponseModifier
- Stella::Client::Repeat
- Defined in:
- lib/stella/client.rb
Instance Attribute Summary collapse
-
#times ⇒ Object
Returns the value of attribute times.
Instance Method Summary collapse
-
#initialize(times) ⇒ Repeat
constructor
A new instance of Repeat.
Constructor Details
#initialize(times) ⇒ Repeat
Returns a new instance of Repeat.
237 238 239 |
# File 'lib/stella/client.rb', line 237 def initialize(times) @times = times end |
Instance Attribute Details
#times ⇒ Object
Returns the value of attribute times.
236 237 238 |
# File 'lib/stella/client.rb', line 236 def times @times end |