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.
78 79 80 |
# File 'lib/gocardless_pro/resources/billing_request_flow.rb', line 78 def initialize(links) @links = links || {} end |
Instance Method Details
#billing_request ⇒ Object
82 83 84 |
# File 'lib/gocardless_pro/resources/billing_request_flow.rb', line 82 def billing_request @links['billing_request'] end |