Class: Bookdepository::Client

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/bookdepository/client.rb

Constant Summary collapse

AVAILABLE_CURRENCIES =
%w(USD GBP EUR CAD AUD SGD NZD)

Class Method Summary collapse

Class Method Details

.configure {|Config| ... } ⇒ Object

Yields:



15
16
17
# File 'lib/bookdepository/client.rb', line 15

def self.configure
  yield Config
end