Sha256: 57eebef1e12bb84d1be0709ecf4003cf73ca3eb9b3b0ef6033e916733217f3d1
Contents?: true
Size: 743 Bytes
Versions: 9
Compression:
Stored size: 743 Bytes
Contents
module MooMoo class Cookie < BaseCommand ## # Creates a cookie for use in commands where a cookie is required to access OpenSRS. # # http://www.opensrs.com/docs/apidomains/set_cookie.htm register_service :set, :cookie ## # Deletes a cookie. # # http://www.opensrs.com/docs/apidomains/delete_(cookie).htm register_service :delete, :cookie ## # Allows the client to change the domain associated with the current cookie. # # http://www.opensrs.com/docs/apidomains/update_(cookie).htm register_service :update, :cookie ## # Cleanly terminates the connection. # # http://www.opensrs.com/docs/apidomains/quit_session.htm register_service :quit, :session end end
Version data entries
9 entries across 9 versions & 1 rubygems