Class: Stella::Client::Repeat

Inherits:
ResponseModifier show all
Defined in:
lib/stella/client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#timesObject

Returns the value of attribute times.



236
237
238
# File 'lib/stella/client.rb', line 236

def times
  @times
end