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.104.1 lib/braintree/transaction/coinbase_details.rb
braintree-2.104.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.103.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.102.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.101.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.100.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.99.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.98.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.97.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.96.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.95.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.94.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.93.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.92.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.91.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.90.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.89.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.88.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.87.0 lib/braintree/transaction/coinbase_details.rb
braintree-2.86.0 lib/braintree/transaction/coinbase_details.rb