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