Sha256: 7e2b380d5ab36d1111c87a0057ebeb7861c3d0099be83a1520cfb270c796ab45

Contents?: true

Size: 311 Bytes

Versions: 85

Compression:

Stored size: 311 Bytes

Contents

module Braintree
  class Transaction
    class SubscriptionDetails # :nodoc:
      include BaseModule

      attr_reader :billing_period_start_date, :billing_period_end_date

      def initialize(attributes)
        set_instance_variables_from_hash attributes unless attributes.nil?
      end
    end
  end
end

Version data entries

85 entries across 85 versions & 1 rubygems

Version Path
braintree-2.12.0 lib/braintree/transaction/subscription_details.rb
braintree-2.11.0 lib/braintree/transaction/subscription_details.rb
braintree-2.10.2 lib/braintree/transaction/subscription_details.rb
braintree-2.10.1 lib/braintree/transaction/subscription_details.rb
braintree-2.10.0 lib/braintree/transaction/subscription_details.rb