Sha256: 25bb581da2d8a8e797db75bcd4ed3847e85050317fc845cc4b8c60f297478842

Contents?: true

Size: 198 Bytes

Versions: 4

Compression:

Stored size: 198 Bytes

Contents

module Tangany
  module Customers
    class Resource < Tangany::Resource
      private

      def default_headers
        {"tangany-subscription" => client.subscription}
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tangany-0.0.4 lib/tangany/customers/resource.rb
tangany-0.0.3 lib/tangany/customers/resource.rb
tangany-0.0.2 lib/tangany/customers/resource.rb
tangany-0.0.1 lib/tangany/customers/resource.rb