Class: GoCardlessPro::Resources::Refund::Links
- Inherits:
-
Object
- Object
- GoCardlessPro::Resources::Refund::Links
- Defined in:
- lib/gocardless_pro/resources/refund.rb
Instance Method Summary collapse
-
#initialize(links) ⇒ Links
constructor
A new instance of Links.
- #mandate ⇒ Object
- #payment ⇒ Object
Constructor Details
#initialize(links) ⇒ Links
Returns a new instance of Links.
55 56 57 |
# File 'lib/gocardless_pro/resources/refund.rb', line 55 def initialize(links) @links = links || {} end |
Instance Method Details
#mandate ⇒ Object
59 60 61 |
# File 'lib/gocardless_pro/resources/refund.rb', line 59 def mandate @links['mandate'] end |
#payment ⇒ Object
63 64 65 |
# File 'lib/gocardless_pro/resources/refund.rb', line 63 def payment @links['payment'] end |