Sha256: e6c0b1c8ed9682552f89a6b6729a2a1dd4aaffa8a61ec2f241667842a257ed47

Contents?: true

Size: 300 Bytes

Versions: 2

Compression:

Stored size: 300 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'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aptible-billing-0.1.2 lib/aptible/billing/resource.rb
aptible-billing-0.1.1 lib/aptible/billing/resource.rb