Class: AsposeWordsCloud::CreateOrUpdateDocumentPropertyOnlineResponse
- Inherits:
-
Object
- Object
- AsposeWordsCloud::CreateOrUpdateDocumentPropertyOnlineResponse
- Defined in:
- lib/aspose_words_cloud/models/responses/create_or_update_document_property_online_response.rb
Overview
Response model for create_or_update_document_property_online operation.
Instance Attribute Summary collapse
-
#document ⇒ Object
The document after modification.
-
#model ⇒ Object
The REST response with a document property.
Instance Method Summary collapse
-
#initialize ⇒ CreateOrUpdateDocumentPropertyOnlineResponse
constructor
Initializes a new instance.
Constructor Details
#initialize ⇒ CreateOrUpdateDocumentPropertyOnlineResponse
Initializes a new instance.
42 43 44 45 |
# File 'lib/aspose_words_cloud/models/responses/create_or_update_document_property_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/create_or_update_document_property_online_response.rb', line 37 def document @document end |
#model ⇒ Object
The REST response with a document property. This response should be returned by the service when handling: GET documentProperties/propertyName.
34 35 36 |
# File 'lib/aspose_words_cloud/models/responses/create_or_update_document_property_online_response.rb', line 34 def model @model end |