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.



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

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

Instance Method Details

#billing_requestObject



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

def billing_request
  @links['billing_request']
end