class GoCardlessPro::Resources::RedirectFlow::Links

Public Class Methods

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

Public Instance Methods

creditor() click to toggle source
# File lib/gocardless_pro/resources/redirect_flow.rb, line 95
def creditor
  @links['creditor']
end
customer() click to toggle source
# File lib/gocardless_pro/resources/redirect_flow.rb, line 99
def customer
  @links['customer']
end
customer_bank_account() click to toggle source
# File lib/gocardless_pro/resources/redirect_flow.rb, line 103
def customer_bank_account
  @links['customer_bank_account']
end
mandate() click to toggle source
# File lib/gocardless_pro/resources/redirect_flow.rb, line 107
def mandate
  @links['mandate']
end