module AdoptAPet

Top-level module for the Adopt-A-Pet API Wrapper

Namespace for classes and modules that handle requests to the Adopt-A-Pet API

Constants

VERSION

Attributes

api_key[RW]
api_secret[RW]

Public Class Methods

configure() { |self| ... } click to toggle source
# File lib/adopt_a_pet.rb, line 16
def self.configure
  yield self
  true
end