Class: AsposeWordsCloud::ApplyStyleToDocumentElementOnlineResponse
- Inherits:
-
Object
- Object
- AsposeWordsCloud::ApplyStyleToDocumentElementOnlineResponse
- Defined in:
- lib/aspose_words_cloud/models/responses/apply_style_to_document_element_online_response.rb
Overview
Response model for apply_style_to_document_element_online operation.
Instance Attribute Summary collapse
-
#document ⇒ Object
The document after modification.
-
#model ⇒ Object
The base class for all responses.
Instance Method Summary collapse
-
#initialize ⇒ ApplyStyleToDocumentElementOnlineResponse
constructor
Initializes a new instance.
Constructor Details
#initialize ⇒ ApplyStyleToDocumentElementOnlineResponse
Initializes a new instance.
41 42 43 44 |
# File 'lib/aspose_words_cloud/models/responses/apply_style_to_document_element_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/apply_style_to_document_element_online_response.rb', line 36 def document @document end |
#model ⇒ Object
The base class for all responses.
33 34 35 |
# File 'lib/aspose_words_cloud/models/responses/apply_style_to_document_element_online_response.rb', line 33 def model @model end |