Class: Aptible::Billing::Resource

Inherits:
Resource::Base
  • Object
show all
Defined in:
lib/aptible/billing/resource.rb

Direct Known Subclasses

BillingDetail, Meter

Instance Method Summary collapse

Instance Method Details

#namespaceObject



6
7
8
# File 'lib/aptible/billing/resource.rb', line 6

def namespace
  'Aptible::Billing'
end

#root_urlObject



10
11
12
# File 'lib/aptible/billing/resource.rb', line 10

def root_url
  Aptible::Billing.configuration.root_url
end