Class: QPay::Deeplink
- Inherits:
-
Struct
- Object
- Struct
- QPay::Deeplink
- Defined in:
- lib/qpay/models.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#link ⇒ Object
Returns the value of attribute link.
-
#logo ⇒ Object
Returns the value of attribute logo.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
66 67 68 |
# File 'lib/qpay/models.rb', line 66 def description @description end |
#link ⇒ Object
Returns the value of attribute link
66 67 68 |
# File 'lib/qpay/models.rb', line 66 def link @link end |
#logo ⇒ Object
Returns the value of attribute logo
66 67 68 |
# File 'lib/qpay/models.rb', line 66 def logo @logo end |
#name ⇒ Object
Returns the value of attribute name
66 67 68 |
# File 'lib/qpay/models.rb', line 66 def name @name end |