Class: Payhub::NextAction::QR
- Inherits:
-
Struct
- Object
- Struct
- Payhub::NextAction::QR
- Defined in:
- lib/payhub/next_action.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#qr_payload ⇒ Object
Returns the value of attribute qr_payload.
-
#reference ⇒ Object
Returns the value of attribute reference.
Instance Method Summary collapse
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
18 19 20 |
# File 'lib/payhub/next_action.rb', line 18 def expires_at @expires_at end |
#qr_payload ⇒ Object
Returns the value of attribute qr_payload
18 19 20 |
# File 'lib/payhub/next_action.rb', line 18 def qr_payload @qr_payload end |
#reference ⇒ Object
Returns the value of attribute reference
18 19 20 |
# File 'lib/payhub/next_action.rb', line 18 def reference @reference end |
Instance Method Details
#kind ⇒ Object
19 |
# File 'lib/payhub/next_action.rb', line 19 def kind = :qr |