Sha256: 1c0665fae09324fb745ad422f68b2e00d4270c1304c6c002b81076db570b02ab
Contents?: true
Size: 506 Bytes
Versions: 18
Compression:
Stored size: 506 Bytes
Contents
module Braintree class AuthorizationAdjustment # :nodoc: include BaseModule attr_reader :amount attr_reader :success attr_reader :timestamp attr_reader :processor_response_code attr_reader :processor_response_text attr_reader :processor_response_type class << self protected :new def _new(*args) # :nodoc: self.new *args end end def initialize(attributes) # :nodoc: set_instance_variables_from_hash(attributes) end end end
Version data entries
18 entries across 18 versions & 1 rubygems