Class: Floobs::Base
Instance Method Summary collapse
-
#initialize(api_key, format_options = {}) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(api_key, format_options = {}) ⇒ Base
Returns a new instance of Base.
6 7 8 9 |
# File 'lib/floobs/base.rb', line 6 def initialize(api_key, ={}) # needed for upload @auth = { :api_key => api_key } end |