class GoCardlessPro::Resources::Event::Links
Public Class Methods
new(links)
click to toggle source
# File lib/gocardless_pro/resources/event.rb, line 59 def initialize(links) @links = links || {} end
Public Instance Methods
creditor()
click to toggle source
# File lib/gocardless_pro/resources/event.rb, line 63 def creditor @links['creditor'] end
customer()
click to toggle source
# File lib/gocardless_pro/resources/event.rb, line 67 def customer @links['customer'] end
customer_bank_account()
click to toggle source
# File lib/gocardless_pro/resources/event.rb, line 71 def customer_bank_account @links['customer_bank_account'] end
instalment_schedule()
click to toggle source
# File lib/gocardless_pro/resources/event.rb, line 75 def instalment_schedule @links['instalment_schedule'] end
mandate()
click to toggle source
# File lib/gocardless_pro/resources/event.rb, line 79 def mandate @links['mandate'] end
new_customer_bank_account()
click to toggle source
# File lib/gocardless_pro/resources/event.rb, line 83 def new_customer_bank_account @links['new_customer_bank_account'] end
new_mandate()
click to toggle source
# File lib/gocardless_pro/resources/event.rb, line 87 def new_mandate @links['new_mandate'] end
organisation()
click to toggle source
# File lib/gocardless_pro/resources/event.rb, line 91 def organisation @links['organisation'] end
parent_event()
click to toggle source
# File lib/gocardless_pro/resources/event.rb, line 95 def parent_event @links['parent_event'] end
payment()
click to toggle source
# File lib/gocardless_pro/resources/event.rb, line 103 def payment @links['payment'] end
payout()
click to toggle source
# File lib/gocardless_pro/resources/event.rb, line 107 def payout @links['payout'] end
previous_customer_bank_account()
click to toggle source
# File lib/gocardless_pro/resources/event.rb, line 111 def previous_customer_bank_account @links['previous_customer_bank_account'] end
refund()
click to toggle source
# File lib/gocardless_pro/resources/event.rb, line 115 def refund @links['refund'] end
subscription()
click to toggle source
# File lib/gocardless_pro/resources/event.rb, line 119 def subscription @links['subscription'] end