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.
72 73 74 |
# File 'lib/gocardless_pro/resources/verification_detail.rb', line 72 def initialize(links) @links = links || {} end |
Instance Method Details
#creditor ⇒ Object
76 77 78 |
# File 'lib/gocardless_pro/resources/verification_detail.rb', line 76 def creditor @links['creditor'] end |