Sha256: 02cc7fd79f3e44af2fdf0dca32576c99637b29ccd1cb139eced883d8090ad72b

Contents?: true

Size: 332 Bytes

Versions: 7

Compression:

Stored size: 332 Bytes

Contents

require 'aptible/resource'

module Aptible
  module Billing
    class Resource < Aptible::Resource::Base
      def namespace
        'Aptible::Billing'
      end

      def root_url
        Aptible::Billing.configuration.root_url
      end
    end
  end
end

require 'aptible/billing/billing_detail'
require 'aptible/billing/meter'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
aptible-billing-1.0.1 lib/aptible/billing/resource.rb
aptible-billing-1.0.0 lib/aptible/billing/resource.rb
aptible-billing-0.1.7 lib/aptible/billing/resource.rb
aptible-billing-0.1.6 lib/aptible/billing/resource.rb
aptible-billing-0.1.5 lib/aptible/billing/resource.rb
aptible-billing-0.1.4 lib/aptible/billing/resource.rb
aptible-billing-0.1.3 lib/aptible/billing/resource.rb