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