lib/braintree/local_payment_expired.rb in braintree-4.15.0 vs lib/braintree/local_payment_expired.rb in braintree-4.16.0

- old
+ new

@@ -3,18 +3,18 @@ include BaseModule attr_reader :payment_id attr_reader :payment_context_id - def initialize(attributes) # :nodoc: + def initialize(attributes) set_instance_variables_from_hash(attributes) end class << self protected :new end - def self._new(*args) # :nodoc: + def self._new(*args) self.new(*args) end end end