Sha256: 49c0d114affdab617b1d4d60d065dd391a3beaeffabb80309ca7ceba1ea67bc8

Contents?: true

Size: 337 Bytes

Versions: 25

Compression:

Stored size: 337 Bytes

Contents

module Braintree
  class Transaction
    class CoinbaseDetails
      include BaseModule

      attr_reader :user_id
      attr_reader :user_email
      attr_reader :user_name
      attr_reader :token

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

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
braintree-2.85.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.84.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.83.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.82.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.81.0 lib/braintree/transaction/coinbase_details.rb