Module: Blockfolio
- Defined in:
- lib/blockfolio.rb,
lib/blockfolio/version.rb,
lib/blockfolio/dashboard.rb,
lib/blockfolio/api_resource.rb
Defined Under Namespace
Classes: ApiResource, Dashboard
Constant Summary collapse
- VERSION =
"0.1.0"
Class Attribute Summary collapse
-
.api_base ⇒ Object
readonly
Returns the value of attribute api_base.
-
.device_id ⇒ Object
Returns the value of attribute device_id.
-
.fiat_currency ⇒ Object
Returns the value of attribute fiat_currency.
-
.locale ⇒ Object
Returns the value of attribute locale.
Class Attribute Details
.api_base ⇒ Object (readonly)
Returns the value of attribute api_base.
21 22 23 |
# File 'lib/blockfolio.rb', line 21 def api_base @api_base end |
.device_id ⇒ Object
Returns the value of attribute device_id.
20 21 22 |
# File 'lib/blockfolio.rb', line 20 def device_id @device_id end |
.fiat_currency ⇒ Object
Returns the value of attribute fiat_currency.
20 21 22 |
# File 'lib/blockfolio.rb', line 20 def fiat_currency @fiat_currency end |
.locale ⇒ Object
Returns the value of attribute locale.
20 21 22 |
# File 'lib/blockfolio.rb', line 20 def locale @locale end |