Class: AsposeWordsCloud::UpdateBookmarkOnlineResponse
- Inherits:
-
Object
- Object
- AsposeWordsCloud::UpdateBookmarkOnlineResponse
- Defined in:
- lib/aspose_words_cloud/models/responses/update_bookmark_online_response.rb
Overview
Response model for update_bookmark_online operation.
Instance Attribute Summary collapse
-
#document ⇒ Object
The document after modification.
-
#model ⇒ Object
The REST response with a bookmark.
Instance Method Summary collapse
-
#initialize ⇒ UpdateBookmarkOnlineResponse
constructor
Initializes a new instance.
Constructor Details
#initialize ⇒ UpdateBookmarkOnlineResponse
Initializes a new instance.
42 43 44 45 |
# File 'lib/aspose_words_cloud/models/responses/update_bookmark_online_response.rb', line 42 def initialize() self.model = nil self.document = nil end |
Instance Attribute Details
#document ⇒ Object
The document after modification.
37 38 39 |
# File 'lib/aspose_words_cloud/models/responses/update_bookmark_online_response.rb', line 37 def document @document end |
#model ⇒ Object
The REST response with a bookmark. This response should be returned by the service when handling: GET bookmarks/bookmarkName.
34 35 36 |
# File 'lib/aspose_words_cloud/models/responses/update_bookmark_online_response.rb', line 34 def model @model end |