Module: Vpsa

Extended by:
ClassMethods
Defined in:
lib/vpsa.rb,
lib/vpsa/client.rb,
lib/vpsa/version.rb,
lib/vpsa/entity/base.rb,
lib/vpsa/api/entities.rb,
lib/vpsa/api/user_data.rb,
lib/vpsa/searcher/base.rb,
lib/vpsa/api/provisions.rb,
lib/vpsa/init_from_hash.rb,
lib/vpsa/api/installments.rb,
lib/vpsa/api/third_parties.rb,
lib/vpsa/api/default_entries.rb,
lib/vpsa/searcher/administrative/entity_searcher.rb,
lib/vpsa/searcher/financial/installment_searcher.rb,
lib/vpsa/searcher/financial/default_entry_searcher.rb,
lib/vpsa/searcher/administrative/third_party_searcher.rb

Defined Under Namespace

Modules: Api, ClassMethods, Entity, InitFromHash, Searcher Classes: Client

Constant Summary collapse

LIBNAME =
'vpsa'
LIBDIR =
File.expand_path("../#{LIBNAME}", __FILE__)
VERSION =
"0.0.4"

Class Method Summary collapse

Methods included from ClassMethods

require_all

Class Method Details

.included(base) ⇒ Object



8
9
10
# File 'lib/vpsa.rb', line 8

def included(base)
  base.extend ClassMethods
end

.new(access_token) ⇒ Object



12
13
14
# File 'lib/vpsa.rb', line 12

def new(access_token)
  Client.new(access_token)
end