Module: Billy

Defined in:
lib/billy.rb,
lib/billy/card.rb,
lib/billy/addon.rb,
lib/billy/coupon.rb,
lib/billy/country.rb,
lib/billy/invoice.rb,
lib/billy/package.rb,
lib/billy/product.rb,
lib/billy/request.rb,
lib/billy/service.rb,
lib/billy/version.rb,
lib/billy/base_model.rb,
lib/billy/signup_token.rb

Defined Under Namespace

Modules: Errors Classes: Addon, BaseModel, Card, Country, Coupon, Error, Invoice, Package, Product, Request, Service, SignupToken

Constant Summary collapse

VERSION =
'1.0.18'

Class Attribute Summary collapse

Class Attribute Details

.hostObject



30
31
32
# File 'lib/billy.rb', line 30

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

.productObject

Application name & key



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

def product
  @product
end

.product_keyObject

Application name & key



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

def product_key
  @product_key
end