Class: MangoModel::DocumentPageConsult
- Inherits:
-
Object
- Object
- MangoModel::DocumentPageConsult
- Includes:
- MangoPay::Jsonifier
- Defined in:
- lib/mangopay/model/document_page_consult.rb
Overview
Holds document page viewing data
Constant Summary
Constants included from MangoPay::Jsonifier
Instance Attribute Summary collapse
-
#expiration_date ⇒ Object
- Integer
-
Time when the page consult will expire (UNIX timestamp).
-
#url ⇒ Object
- String
-
URL where this document page can be viewed.
Method Summary
Methods included from MangoPay::Jsonifier
Instance Attribute Details
#expiration_date ⇒ Object
- Integer
-
Time when the page consult will expire (UNIX timestamp)
13 14 15 |
# File 'lib/mangopay/model/document_page_consult.rb', line 13 def expiration_date @expiration_date end |
#url ⇒ Object
- String
-
URL where this document page can be viewed
10 11 12 |
# File 'lib/mangopay/model/document_page_consult.rb', line 10 def url @url end |