class Bitbond::Configuration
Attributes
api_host[RW]
app_id[RW]
secret_key[RW]
Public Class Methods
new()
click to toggle source
# File lib/bitbond/configuration.rb, line 5 def initialize @api_host ||= "https://www.bitbond.com/api/v1" end