Module: Robinhood
- Extended by:
- SingleForwardable
- Defined in:
- lib/robinhood-ruby.rb,
lib/robinhood-ruby/util.rb,
lib/robinhood-ruby/version.rb,
lib/robinhood-ruby/rest/api.rb,
lib/robinhood-ruby/rest/client.rb,
lib/robinhood-ruby/util/request.rb,
lib/robinhood-ruby/util/configuration.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.3.4"
Class Method Summary collapse
-
.configure {|configuration| ... } ⇒ Object
Pre-configure with account SID and auth token so that you don’t need to pass them to various initializers each time.
Class Method Details
.configure {|configuration| ... } ⇒ Object
Pre-configure with account SID and auth token so that you don’t need to pass them to various initializers each time.
27 28 29 |
# File 'lib/robinhood-ruby.rb', line 27 def self.configure(&block) yield configuration end |