Sha256: fe64db56c7dbcfefdf49676d608ac68cb77261d4862199790bb20aade8f44930

Contents?: true

Size: 294 Bytes

Versions: 6

Compression:

Stored size: 294 Bytes

Contents

module Etsy4r
  class ServerCommands < Etsy4r::Commands
    
    def get_method_table
      @client.process('/')
    end
    
    def ping
      @client.process('/server/ping')
    end
    
    def get_server_epoch
      @client.process('/server/epoch')
    end
    
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tcocca-etsy4r-0.1.0 lib/etsy4r/server_commands.rb
tcocca-etsy4r-0.2.0 lib/etsy4r/server_commands.rb
tcocca-etsy4r-0.3.0 lib/etsy4r/server_commands.rb
tcocca-etsy4r-0.3.1 lib/etsy4r/server_commands.rb
tcocca-etsy4r-0.3.2 lib/etsy4r/server_commands.rb
tcocca-etsy4r-0.4.0 lib/etsy4r/server_commands.rb