class Databox::Configuration

Attributes

push_host[RW]
push_token[RW]

Public Class Methods

new() click to toggle source
# File lib/databox/configuration.rb, line 4
def initialize
  @push_host ||= 'https://push.databox.com'
  @push_token ||= ENV['DATABOX_PUSH_TOKEN']
end