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.
88 89 90 |
# File 'lib/gocardless_pro/resources/creditor.rb', line 88 def initialize(links) @links = links || {} end |
Instance Method Details
#default_aud_payout_account ⇒ Object
92 93 94 |
# File 'lib/gocardless_pro/resources/creditor.rb', line 92 def default_aud_payout_account @links['default_aud_payout_account'] end |
#default_cad_payout_account ⇒ Object
96 97 98 |
# File 'lib/gocardless_pro/resources/creditor.rb', line 96 def default_cad_payout_account @links['default_cad_payout_account'] end |
#default_dkk_payout_account ⇒ Object
100 101 102 |
# File 'lib/gocardless_pro/resources/creditor.rb', line 100 def default_dkk_payout_account @links['default_dkk_payout_account'] end |
#default_eur_payout_account ⇒ Object
104 105 106 |
# File 'lib/gocardless_pro/resources/creditor.rb', line 104 def default_eur_payout_account @links['default_eur_payout_account'] end |
#default_gbp_payout_account ⇒ Object
108 109 110 |
# File 'lib/gocardless_pro/resources/creditor.rb', line 108 def default_gbp_payout_account @links['default_gbp_payout_account'] end |
#default_nzd_payout_account ⇒ Object
112 113 114 |
# File 'lib/gocardless_pro/resources/creditor.rb', line 112 def default_nzd_payout_account @links['default_nzd_payout_account'] end |
#default_sek_payout_account ⇒ Object
116 117 118 |
# File 'lib/gocardless_pro/resources/creditor.rb', line 116 def default_sek_payout_account @links['default_sek_payout_account'] end |
#default_usd_payout_account ⇒ Object
120 121 122 |
# File 'lib/gocardless_pro/resources/creditor.rb', line 120 def default_usd_payout_account @links['default_usd_payout_account'] end |