Sha256: cf6cc19878dd0f400a1da73e96c322ae7d5bad8231b741eccbd89fc7229ff52e
Contents?: true
Size: 367 Bytes
Versions: 10
Compression:
Stored size: 367 Bytes
Contents
module Braintree class Transaction class StatusDetails 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
10 entries across 10 versions & 1 rubygems