Class: GoCardlessPro::Resources::BillingRequestFlow::Links
- Inherits:
-
Object
- Object
- GoCardlessPro::Resources::BillingRequestFlow::Links
- Defined in:
- lib/gocardless_pro/resources/billing_request_flow.rb
Instance Method Summary collapse
- #billing_request ⇒ Object
-
#initialize(links) ⇒ Links
constructor
A new instance of Links.
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_request ⇒ Object
66 67 68 |
# File 'lib/gocardless_pro/resources/billing_request_flow.rb', line 66 def billing_request @links['billing_request'] end |