class Aptible::Billing::Resource

Public Instance Methods

namespace() click to toggle source
# File lib/aptible/billing/resource.rb, line 6
def namespace
  'Aptible::Billing'
end
root_url() click to toggle source
# File lib/aptible/billing/resource.rb, line 10
def root_url
  Aptible::Billing.configuration.root_url
end