class GoCardlessPro::Resources::Mandate::Links

Public Class Methods

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

Public Instance Methods

creditor() click to toggle source
# File lib/gocardless_pro/resources/mandate.rb, line 66
def creditor
  @links['creditor']
end
customer() click to toggle source
# File lib/gocardless_pro/resources/mandate.rb, line 70
def customer
  @links['customer']
end
customer_bank_account() click to toggle source
# File lib/gocardless_pro/resources/mandate.rb, line 74
def customer_bank_account
  @links['customer_bank_account']
end
new_mandate() click to toggle source
# File lib/gocardless_pro/resources/mandate.rb, line 78
def new_mandate
  @links['new_mandate']
end