Sha256: 15d3cdce0f270357b4588d9b21861db7d6e06384b77e61aa0cf5be0be88a3553
Contents?: true
Size: 377 Bytes
Versions: 46
Compression:
Stored size: 377 Bytes
Contents
module Braintree class Transaction class StatusDetails # :nodoc: include BaseModule attr_reader :amount attr_reader :status attr_reader :timestamp attr_reader :transaction_source attr_reader :user def initialize(attributes) set_instance_variables_from_hash attributes unless attributes.nil? end end end end
Version data entries
46 entries across 46 versions & 1 rubygems