Class: F00px::Client
- Inherits:
-
Object
- Object
- F00px::Client
- Includes:
- Api::Photos, Authentication, Configuration, Connection, Request
- Defined in:
- lib/f00px/client.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Client
constructor
A new instance of Client.
Methods included from Api::Photos
Methods included from Request
Methods included from Connection
Methods included from Configuration
#configure, #credentials, included
Methods included from F00px::Configuration::Options
Methods included from Authentication
Constructor Details
#initialize(options = {}) ⇒ Client
Returns a new instance of Client.
15 16 17 18 19 |
# File 'lib/f00px/client.rb', line 15 def initialize( = {}) F00px::Configuration..each do |key| settings[key] = [key] || F00px.__send__("#{key}".to_sym) end end |