class Veeqo::Configuration

Attributes

api_host[RW]
api_key[RW]

Public Class Methods

new() click to toggle source
# File lib/veeqo/configuration.rb, line 5
def initialize
  @api_host ||= "api.veeqo.com"
end