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

- old
+ new

@@ -12,11 +12,11 @@ attr_reader :routing_number attr_reader :token attr_reader :verifications attr_reader :verified - def initialize(gateway, attributes) # :nodoc: + def initialize(gateway, attributes) @gateway = gateway set_instance_variables_from_hash(attributes) @ach_mandate = AchMandate.new(attributes[:ach_mandate]) if attributes[:ach_mandate] if attributes[:verifications] @@ -32,10 +32,10 @@ class << self protected :new end - def self._new(*args) # :nodoc: + def self._new(*args) self.new(*args) end def self.find(*args) Configuration.gateway.us_bank_account.find(*args)