Sha256: a8b653a543467fd9dc61487fb8ccabb875652eb3c7e26518591a36f1574ae680
Contents?: true
Size: 323 Bytes
Versions: 17
Compression:
Stored size: 323 Bytes
Contents
module Braintree class LocalPaymentReversed include BaseModule attr_reader :payment_id def initialize(attributes) # :nodoc: set_instance_variables_from_hash(attributes) end class << self protected :new end def self._new(*args) # :nodoc: self.new(*args) end end end
Version data entries
17 entries across 17 versions & 1 rubygems