Class: GoCardlessPro::Resources::Creditor::Links
- Inherits:
-
Object
- Object
- GoCardlessPro::Resources::Creditor::Links
- Defined in:
- lib/gocardless_pro/resources/creditor.rb
Instance Method Summary collapse
- #default_aud_payout_account ⇒ Object
- #default_cad_payout_account ⇒ Object
- #default_dkk_payout_account ⇒ Object
- #default_eur_payout_account ⇒ Object
- #default_gbp_payout_account ⇒ Object
- #default_nzd_payout_account ⇒ Object
- #default_sek_payout_account ⇒ Object
- #default_usd_payout_account ⇒ Object
-
#initialize(links) ⇒ Links
constructor
A new instance of Links.
Constructor Details
#initialize(links) ⇒ Links
Returns a new instance of Links.
68 69 70 |
# File 'lib/gocardless_pro/resources/creditor.rb', line 68 def initialize(links) @links = links || {} end |
Instance Method Details
#default_aud_payout_account ⇒ Object
72 73 74 |
# File 'lib/gocardless_pro/resources/creditor.rb', line 72 def default_aud_payout_account @links['default_aud_payout_account'] end |
#default_cad_payout_account ⇒ Object
76 77 78 |
# File 'lib/gocardless_pro/resources/creditor.rb', line 76 def default_cad_payout_account @links['default_cad_payout_account'] end |
#default_dkk_payout_account ⇒ Object
80 81 82 |
# File 'lib/gocardless_pro/resources/creditor.rb', line 80 def default_dkk_payout_account @links['default_dkk_payout_account'] end |
#default_eur_payout_account ⇒ Object
84 85 86 |
# File 'lib/gocardless_pro/resources/creditor.rb', line 84 def default_eur_payout_account @links['default_eur_payout_account'] end |
#default_gbp_payout_account ⇒ Object
88 89 90 |
# File 'lib/gocardless_pro/resources/creditor.rb', line 88 def default_gbp_payout_account @links['default_gbp_payout_account'] end |
#default_nzd_payout_account ⇒ Object
92 93 94 |
# File 'lib/gocardless_pro/resources/creditor.rb', line 92 def default_nzd_payout_account @links['default_nzd_payout_account'] end |
#default_sek_payout_account ⇒ Object
96 97 98 |
# File 'lib/gocardless_pro/resources/creditor.rb', line 96 def default_sek_payout_account @links['default_sek_payout_account'] end |
#default_usd_payout_account ⇒ Object
100 101 102 |
# File 'lib/gocardless_pro/resources/creditor.rb', line 100 def default_usd_payout_account @links['default_usd_payout_account'] end |