Module: Config
- Defined in:
- lib/capital_one.rb
Overview
Capital One API Gem
This is a gem to wrap the Capital One public API.
Visit api.reimaginebanking.com for more details.
Class Attribute Summary collapse
-
.apiKey ⇒ Object
Returns the value of attribute apiKey.
Class Method Summary collapse
Class Attribute Details
.apiKey ⇒ Object
Returns the value of attribute apiKey.
12 13 14 |
# File 'lib/capital_one.rb', line 12 def apiKey @apiKey end |
Class Method Details
.baseUrl ⇒ Object
14 15 16 |
# File 'lib/capital_one.rb', line 14 def baseUrl @baseUrl = 'http://api.reimaginebanking.com:80' end |