Class: GoCardlessPro::Resources::CustomerNotification::Links

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

Instance Method Summary collapse

Constructor Details

#initialize(links) ⇒ Links

Returns a new instance of Links.



65
66
67
# File 'lib/gocardless_pro/resources/customer_notification.rb', line 65

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

Instance Method Details

#customerObject



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

def customer
  @links['customer']
end

#eventObject



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

def event
  @links['event']
end

#mandateObject



77
78
79
# File 'lib/gocardless_pro/resources/customer_notification.rb', line 77

def mandate
  @links['mandate']
end

#paymentObject



81
82
83
# File 'lib/gocardless_pro/resources/customer_notification.rb', line 81

def payment
  @links['payment']
end

#refundObject



85
86
87
# File 'lib/gocardless_pro/resources/customer_notification.rb', line 85

def refund
  @links['refund']
end

#subscriptionObject



89
90
91
# File 'lib/gocardless_pro/resources/customer_notification.rb', line 89

def subscription
  @links['subscription']
end