module Petfinder

Constants

API_URL
VERSION

Attributes

api_key[RW]
api_secret[RW]

Public Class Methods

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