Module: BitsOnTheRun
- Extended by:
- Configuration
- Defined in:
- lib/bitsontherun.rb,
lib/bitsontherun/api.rb,
lib/bitsontherun/call.rb,
lib/bitsontherun/store.rb,
lib/bitsontherun/parser.rb,
lib/bitsontherun/version.rb,
lib/bitsontherun/response.rb,
lib/bitsontherun/configuration.rb
Defined Under Namespace
Modules: Configuration, Parser Classes: API, Base, Call, Response, Store
Constant Summary collapse
- PROTOCOL =
"http"- URL =
"api.bitsontherun.com"- API_VERSION =
"v1"- VERSION =
"0.1.2"
Instance Attribute Summary
Attributes included from Configuration
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Configuration
Class Method Details
Instance Method Details
#configure {|_self| ... } ⇒ Object
53 54 55 |
# File 'lib/bitsontherun.rb', line 53 def configure yield self if block_given? end |