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

Class Attribute Details

.api_baseObject (readonly)

Returns the value of attribute api_base.



21
22
23
# File 'lib/blockfolio.rb', line 21

def api_base
  @api_base
end

.device_idObject

Returns the value of attribute device_id.



20
21
22
# File 'lib/blockfolio.rb', line 20

def device_id
  @device_id
end

.fiat_currencyObject

Returns the value of attribute fiat_currency.



20
21
22
# File 'lib/blockfolio.rb', line 20

def fiat_currency
  @fiat_currency
end

.localeObject

Returns the value of attribute locale.



20
21
22
# File 'lib/blockfolio.rb', line 20

def locale
  @locale
end