Sha256: 7e04b16383c70700f5482f06443251a4509885f10faf9ca1ad80f43b5ae6d263
Contents?: true
Size: 383 Bytes
Versions: 14
Compression:
Stored size: 383 Bytes
Contents
module Braintree class AuthorizationAdjustment # :nodoc: include BaseModule attr_reader :amount attr_reader :success attr_reader :timestamp 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
14 entries across 14 versions & 1 rubygems