Sha256: 40c911a122e14f077555a3c30cd063c8e9c5841921ee56564efe2c0ef10c9ea4

Contents?: true

Size: 364 Bytes

Versions: 1

Compression:

Stored size: 364 Bytes

Contents

module Trigga
  module AdminApiClient
    module Proxies
      module Admin
        
        def self.included(base)
          base.send("extend",self)
          base.send(:include, Trigga::ParamFu)
        end
        
        def get_stats( opts )
          Trigga::AdminApiClient.make_call "admin", "stats", opts
        end
        
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
itrigga-admin_api_client-0.1.1 lib/trigga/admin_api_client/proxies/admin.rb