Class: GoCardlessPro::Resources::InstalmentSchedule::Links

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

Instance Method Summary collapse

Constructor Details

#initialize(links) ⇒ Links

Returns a new instance of Links.



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

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

Instance Method Details

#customerObject



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

def customer
  @links['customer']
end

#mandateObject



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

def mandate
  @links['mandate']
end

#paymentsObject



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

def payments
  @links['payments']
end