Sha256: b0f76c18f3d4e9f8bb3fbac04641ceb51b1df1523af5cd0b080ce6bc6450acf9

Contents?: true

Size: 346 Bytes

Versions: 4

Compression:

Stored size: 346 Bytes

Contents

module Selly
  class Statistics < Resource
    extend Selly::Operations::Show

    def self.income(options = {})
      self.show('/income', options)
    end

    def self.day_income(options = {})
      self.show('/day_income', options)
    end

    def self.views(options = {})
      self.show('/views', options)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
selly-1.1.2 lib/selly/statistics.rb
selly-1.1.1 lib/selly/statistics.rb
selly-1.1.0 lib/selly/statistics.rb
selly-1.0.1 lib/selly/statistics.rb