Module: Billy

Defined in:
lib/billy.rb,
lib/billy/invoice.rb,
lib/billy/request.rb,
lib/billy/service.rb,
lib/billy/base_model.rb,
lib/billy/signup_token.rb

Defined Under Namespace

Modules: Errors Classes: BaseModel, Error, Invoice, Request, Service, SignupToken

Constant Summary collapse

VERSION =
'1.0.13'

Class Attribute Summary collapse

Class Attribute Details

.hostObject



25
26
27
# File 'lib/billy.rb', line 25

def host
  @host ||= 'https://billing.atechmedia.com'
end

.productObject

Application name & key



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

def product
  @product
end

.product_keyObject

Application name & key



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

def product_key
  @product_key
end