Module: BlackBook

Extended by:
BlackBook
Included in:
BlackBook
Defined in:
lib/black_book.rb,
lib/black_book/errors.rb,
lib/black_book/version.rb,
lib/black_book/used_cars.rb,
lib/black_book/base_request.rb

Defined Under Namespace

Classes: BaseRequest, BlackBookError, MakesNotFound, ModelsNotFound, SeriesNotFound, StylesNotFound, UsedCars, VinNotFound

Constant Summary collapse

VERSION =
"0.0.4"

Instance Method Summary collapse

Instance Method Details

#configObject

Valid options:

user_id
password


17
18
19
# File 'lib/black_book.rb', line 17

def config
  @@config ||= SymbolTable.new
end

#configure {|config| ... } ⇒ Object

Yields:



10
11
12
# File 'lib/black_book.rb', line 10

def configure
  yield config
end