Class: AsposeWordsCloud::InsertHeaderFooterOnlineResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/aspose_words_cloud/models/responses/insert_header_footer_online_response.rb

Overview

Response model for insert_header_footer_online operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeInsertHeaderFooterOnlineResponse

Initializes a new instance.



42
43
44
45
# File 'lib/aspose_words_cloud/models/responses/insert_header_footer_online_response.rb', line 42

def initialize()
  self.model = nil
  self.document = nil
end

Instance Attribute Details

#documentObject

The document after modification.



37
38
39
# File 'lib/aspose_words_cloud/models/responses/insert_header_footer_online_response.rb', line 37

def document
  @document
end

#modelObject

The REST response with a HeaderFooter. This response is returned by the Service when handling “GET api.aspose.cloud/v4.0/words/Test.doc/headersfooters/0” REST API requests.



34
35
36
# File 'lib/aspose_words_cloud/models/responses/insert_header_footer_online_response.rb', line 34

def model
  @model
end