Class: GoCardlessPro::Resources::OutboundPaymentImportEntry::Links
- Inherits:
-
Object
- Object
- GoCardlessPro::Resources::OutboundPaymentImportEntry::Links
- Defined in:
- lib/gocardless_pro/resources/outbound_payment_import_entry.rb
Instance Method Summary collapse
-
#initialize(links) ⇒ Links
constructor
A new instance of Links.
- #outbound_payment ⇒ Object
- #outbound_payment_import ⇒ Object
- #recipient_bank_account ⇒ Object
Constructor Details
#initialize(links) ⇒ Links
Returns a new instance of Links.
59 60 61 |
# File 'lib/gocardless_pro/resources/outbound_payment_import_entry.rb', line 59 def initialize(links) @links = links || {} end |
Instance Method Details
#outbound_payment ⇒ Object
63 64 65 |
# File 'lib/gocardless_pro/resources/outbound_payment_import_entry.rb', line 63 def outbound_payment @links['outbound_payment'] end |
#outbound_payment_import ⇒ Object
67 68 69 |
# File 'lib/gocardless_pro/resources/outbound_payment_import_entry.rb', line 67 def outbound_payment_import @links['outbound_payment_import'] end |
#recipient_bank_account ⇒ Object
71 72 73 |
# File 'lib/gocardless_pro/resources/outbound_payment_import_entry.rb', line 71 def recipient_bank_account @links['recipient_bank_account'] end |