lib/braintree/us_bank_account.rb in braintree-2.71.0 vs lib/braintree/us_bank_account.rb in braintree-2.72.0
- old
+ new
@@ -1,9 +1,9 @@
module Braintree
class UsBankAccount
include BaseModule
- attr_reader :routing_number, :last_4, :account_type, :account_description, :account_holder_name, :token, :image_url, :bank_name, :ach_mandate, :default
+ attr_reader :routing_number, :last_4, :account_type, :account_holder_name, :token, :image_url, :bank_name, :ach_mandate, :default
def initialize(gateway, attributes) # :nodoc:
@gateway = gateway
set_instance_variables_from_hash(attributes)
@ach_mandate = AchMandate.new(attributes[:ach_mandate]) if attributes[:ach_mandate]