lib/braintree/document_upload.rb in braintree-4.15.0 vs lib/braintree/document_upload.rb in braintree-4.16.0
- old
+ new
@@ -21,16 +21,16 @@
def self.create!(*args)
Configuration.gateway.document_upload.create!(*args)
end
- def initialize(attributes) # :nodoc:
+ def initialize(attributes)
set_instance_variables_from_hash(attributes)
end
class << self
protected :new
- def _new(*args) # :nodoc:
+ def _new(*args)
self.new(*args)
end
end
end
end