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