Class: GoCardlessPro::Resources::CustomerBankAccount::Links

Inherits:
Object
  • Object
show all
Defined in:
lib/gocardless_pro/resources/customer_bank_account.rb

Instance Method Summary collapse

Constructor Details

#initialize(links) ⇒ Links

Returns a new instance of Links.



69
70
71
# File 'lib/gocardless_pro/resources/customer_bank_account.rb', line 69

def initialize(links)
  @links = links || {}
end

Instance Method Details

#customerObject



73
74
75
# File 'lib/gocardless_pro/resources/customer_bank_account.rb', line 73

def customer
  @links['customer']
end