Class: Qmetrics::Realtime

Inherits:
Caller
  • Object
show all
Defined in:
lib/qmetrics/realtime.rb

Instance Method Summary collapse

Methods inherited from Caller

#api_methods, #get, #initialize, load_api_methods

Constructor Details

This class inherits a constructor from Qmetrics::Caller

Instance Method Details

#to_sObject



6
7
8
9
# File 'lib/qmetrics/realtime.rb', line 6

def to_s
  "/QmRealtime" + super +
  @blocks.map {|b| "&block=#{b}"}.join
end