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