Class: GoCardlessPro::Resources::BillingRequestFlow::Links

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

Instance Method Summary collapse

Constructor Details

#initialize(links) ⇒ Links

Returns a new instance of Links.



61
62
63
# File 'lib/gocardless_pro/resources/billing_request_flow.rb', line 61

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

Instance Method Details

#billing_requestObject



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

def billing_request
  @links['billing_request']
end