class GoCardlessPro::Resources::CustomerBankAccount::Links

Public Class Methods

new(links) click to toggle source
# File lib/gocardless_pro/resources/customer_bank_account.rb, line 71
def initialize(links)
  @links = links || {}
end

Public Instance Methods

customer() click to toggle source
# File lib/gocardless_pro/resources/customer_bank_account.rb, line 75
def customer
  @links['customer']
end