module Bond

Constants

API_URL
VERSION

Public Class Methods

api_key() click to toggle source

@return [String]

# File lib/bond.rb, line 21
def self.api_key
  @api_key
end
api_key=(key) click to toggle source

@param [String] key

# File lib/bond.rb, line 16
def self.api_key=(key)
  @api_key = key
end