Class: GoCardlessPro::Resources::VerificationDetail::Links
- Inherits:
-
Object
- Object
- GoCardlessPro::Resources::VerificationDetail::Links
- Defined in:
- lib/gocardless_pro/resources/verification_detail.rb
Instance Method Summary collapse
- #creditor ⇒ Object
-
#initialize(links) ⇒ Links
constructor
A new instance of Links.
Constructor Details
#initialize(links) ⇒ Links
Returns a new instance of Links.
61 62 63 |
# File 'lib/gocardless_pro/resources/verification_detail.rb', line 61 def initialize(links) @links = links || {} end |
Instance Method Details
#creditor ⇒ Object
65 66 67 |
# File 'lib/gocardless_pro/resources/verification_detail.rb', line 65 def creditor @links['creditor'] end |