Class: Serwersms::Stats

Inherits:
Object
  • Object
show all
Defined in:
lib/library/stats.rb

Instance Method Summary collapse

Constructor Details

#initialize(obj) ⇒ Stats

Returns a new instance of Stats.



2
3
4
# File 'lib/library/stats.rb', line 2

def initialize(obj)
    @serwersms = obj
end

Instance Method Details

#index(params = {}) ⇒ Object



26
27
28
29
# File 'lib/library/stats.rb', line 26

def index(params = {} )
  
  @serwersms.call('stats/index',params);
end