module Apiary

Constants

USER_AGENT
VERSION

Public Instance Methods

user_agent() click to toggle source
# File lib/apiary/agent.rb, line 6
def user_agent
  @@user_agent ||= USER_AGENT
end
user_agent=(agent) click to toggle source
# File lib/apiary/agent.rb, line 10
def user_agent=(agent)
  @@user_agent = agent
end