Class: AsposeWordsCloud::AcceptAllRevisionsOnlineResponse
- Inherits:
-
Object
- Object
- AsposeWordsCloud::AcceptAllRevisionsOnlineResponse
- Defined in:
- lib/aspose_words_cloud/models/responses/accept_all_revisions_online_response.rb
Overview
Response model for accept_all_revisions_online operation.
Instance Attribute Summary collapse
-
#document ⇒ Object
The document after modification.
-
#model ⇒ Object
The REST response with a result of the modification operations for the revisions collection (now these are acceptAll and rejectAll).
Instance Method Summary collapse
-
#initialize ⇒ AcceptAllRevisionsOnlineResponse
constructor
Initializes a new instance.
Constructor Details
#initialize ⇒ AcceptAllRevisionsOnlineResponse
Initializes a new instance.
41 42 43 44 |
# File 'lib/aspose_words_cloud/models/responses/accept_all_revisions_online_response.rb', line 41 def initialize() self.model = nil self.document = nil end |
Instance Attribute Details
#document ⇒ Object
The document after modification.
36 37 38 |
# File 'lib/aspose_words_cloud/models/responses/accept_all_revisions_online_response.rb', line 36 def document @document end |
#model ⇒ Object
The REST response with a result of the modification operations for the revisions collection (now these are acceptAll and rejectAll).
33 34 35 |
# File 'lib/aspose_words_cloud/models/responses/accept_all_revisions_online_response.rb', line 33 def model @model end |