aspose_pdf_cloud 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE +22 -0
- data/README.md +41 -0
- data/aspose_pdf_cloud.gemspec +26 -0
- data/lib/aspose_pdf_cloud.rb +91 -0
- data/lib/aspose_pdf_cloud/api/pdf_api.rb +3318 -0
- data/lib/aspose_pdf_cloud/api_client.rb +335 -0
- data/lib/aspose_pdf_cloud/api_error.rb +24 -0
- data/lib/aspose_pdf_cloud/configuration.rb +166 -0
- data/lib/aspose_pdf_cloud/models/annotation.rb +87 -0
- data/lib/aspose_pdf_cloud/models/annotation_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/annotations.rb +49 -0
- data/lib/aspose_pdf_cloud/models/annotations_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/append_document.rb +53 -0
- data/lib/aspose_pdf_cloud/models/attachment.rb +95 -0
- data/lib/aspose_pdf_cloud/models/attachment_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/attachments.rb +49 -0
- data/lib/aspose_pdf_cloud/models/attachments_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/barcode_response_list.rb +45 -0
- data/lib/aspose_pdf_cloud/models/base_object.rb +86 -0
- data/lib/aspose_pdf_cloud/models/base_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/bookmarks.rb +49 -0
- data/lib/aspose_pdf_cloud/models/bookmarks_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/color.rb +61 -0
- data/lib/aspose_pdf_cloud/models/document.rb +55 -0
- data/lib/aspose_pdf_cloud/models/document_pages_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/document_properties.rb +49 -0
- data/lib/aspose_pdf_cloud/models/document_properties_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/document_property.rb +63 -0
- data/lib/aspose_pdf_cloud/models/document_property_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/document_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/document_text_replace_response.rb +69 -0
- data/lib/aspose_pdf_cloud/models/field.rb +83 -0
- data/lib/aspose_pdf_cloud/models/field_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/fields.rb +49 -0
- data/lib/aspose_pdf_cloud/models/fields_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/image.rb +55 -0
- data/lib/aspose_pdf_cloud/models/image_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/images.rb +49 -0
- data/lib/aspose_pdf_cloud/models/images_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/link.rb +61 -0
- data/lib/aspose_pdf_cloud/models/link_annotation.rb +71 -0
- data/lib/aspose_pdf_cloud/models/link_annotation_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/link_annotations.rb +49 -0
- data/lib/aspose_pdf_cloud/models/link_annotations_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/link_element.rb +39 -0
- data/lib/aspose_pdf_cloud/models/merge_documents.rb +39 -0
- data/lib/aspose_pdf_cloud/models/page.rb +63 -0
- data/lib/aspose_pdf_cloud/models/page_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/page_text_replace_response.rb +69 -0
- data/lib/aspose_pdf_cloud/models/page_word_count.rb +45 -0
- data/lib/aspose_pdf_cloud/models/pages.rb +49 -0
- data/lib/aspose_pdf_cloud/models/rectangle.rb +61 -0
- data/lib/aspose_pdf_cloud/models/signature.rb +109 -0
- data/lib/aspose_pdf_cloud/models/split_result.rb +39 -0
- data/lib/aspose_pdf_cloud/models/split_result_document.rb +69 -0
- data/lib/aspose_pdf_cloud/models/split_result_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/stamp.rb +205 -0
- data/lib/aspose_pdf_cloud/models/text_format.rb +63 -0
- data/lib/aspose_pdf_cloud/models/text_format_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/text_item.rb +55 -0
- data/lib/aspose_pdf_cloud/models/text_item_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/text_items.rb +49 -0
- data/lib/aspose_pdf_cloud/models/text_items_response.rb +61 -0
- data/lib/aspose_pdf_cloud/models/text_replace.rb +53 -0
- data/lib/aspose_pdf_cloud/models/text_replace_list_request.rb +39 -0
- data/lib/aspose_pdf_cloud/models/text_state.rb +69 -0
- data/lib/aspose_pdf_cloud/models/tiff_export_options.rb +157 -0
- data/lib/aspose_pdf_cloud/models/word_count.rb +39 -0
- data/lib/aspose_pdf_cloud/models/word_count_response.rb +61 -0
- data/lib/aspose_pdf_cloud/version.rb +3 -0
- data/test/data/Sample-Annotation-Property.pdf +0 -0
- data/test/data/Sample-Annotation.pdf +0 -0
- data/test/data/Sample-Bookmark.pdf +0 -0
- data/test/data/Sample.pdf +0 -0
- data/test/data/SampleAttachment.pdf +0 -0
- data/test/data/SampleBarCodeImage.pdf +0 -0
- data/test/data/SampleImage.pdf +0 -0
- data/test/data/aspose-cloud.png +0 -0
- data/test/data/pkc7-sample.pfx +0 -0
- data/test/data/sample-field.pdf +0 -0
- data/test/data/sample-home.jpg +0 -0
- data/test/data/sample-input-2.pdf +0 -0
- data/test/data/sample-input.pdf +0 -0
- data/test/data/sample-merged.pdf +0 -0
- data/test/data/sample.tiff +0 -0
- data/test/pdf_tests.rb +623 -0
- metadata +216 -0
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
module AsposePDFCloud
|
|
2
|
+
#
|
|
3
|
+
class Annotation < BaseObject
|
|
4
|
+
attr_accessor :color, :contents, :creation_date, :subject, :title, :modified, :links
|
|
5
|
+
# attribute mapping from ruby-style variable name to JSON key
|
|
6
|
+
def self.attribute_map
|
|
7
|
+
{
|
|
8
|
+
|
|
9
|
+
#
|
|
10
|
+
:'color' => :'Color',
|
|
11
|
+
|
|
12
|
+
#
|
|
13
|
+
:'contents' => :'Contents',
|
|
14
|
+
|
|
15
|
+
#
|
|
16
|
+
:'creation_date' => :'CreationDate',
|
|
17
|
+
|
|
18
|
+
#
|
|
19
|
+
:'subject' => :'Subject',
|
|
20
|
+
|
|
21
|
+
#
|
|
22
|
+
:'title' => :'Title',
|
|
23
|
+
|
|
24
|
+
#
|
|
25
|
+
:'modified' => :'Modified',
|
|
26
|
+
|
|
27
|
+
#
|
|
28
|
+
:'links' => :'Links'
|
|
29
|
+
|
|
30
|
+
}
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
# attribute type
|
|
34
|
+
def self.swagger_types
|
|
35
|
+
{
|
|
36
|
+
:'color' => :'Color',
|
|
37
|
+
:'contents' => :'String',
|
|
38
|
+
:'creation_date' => :'String',
|
|
39
|
+
:'subject' => :'String',
|
|
40
|
+
:'title' => :'String',
|
|
41
|
+
:'modified' => :'String',
|
|
42
|
+
:'links' => :'Array<Link>'
|
|
43
|
+
|
|
44
|
+
}
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
def initialize(attributes = {})
|
|
48
|
+
return if !attributes.is_a?(Hash) || attributes.empty?
|
|
49
|
+
|
|
50
|
+
# convert string to symbol for hash key
|
|
51
|
+
attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
if attributes[:'Color']
|
|
55
|
+
self.color = attributes[:'Color']
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
if attributes[:'Contents']
|
|
59
|
+
self.contents = attributes[:'Contents']
|
|
60
|
+
end
|
|
61
|
+
|
|
62
|
+
if attributes[:'CreationDate']
|
|
63
|
+
self.creation_date = attributes[:'CreationDate']
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
if attributes[:'Subject']
|
|
67
|
+
self.subject = attributes[:'Subject']
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
if attributes[:'Title']
|
|
71
|
+
self.title = attributes[:'Title']
|
|
72
|
+
end
|
|
73
|
+
|
|
74
|
+
if attributes[:'Modified']
|
|
75
|
+
self.modified = attributes[:'Modified']
|
|
76
|
+
end
|
|
77
|
+
|
|
78
|
+
if attributes[:'Links']
|
|
79
|
+
if (value = attributes[:'Links']).is_a?(Array)
|
|
80
|
+
self.links = value
|
|
81
|
+
end
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
end
|
|
87
|
+
end
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
module AsposePDFCloud
|
|
2
|
+
#
|
|
3
|
+
class AnnotationResponse < BaseObject
|
|
4
|
+
attr_accessor :annotation, :status, :code
|
|
5
|
+
# attribute mapping from ruby-style variable name to JSON key
|
|
6
|
+
def self.attribute_map
|
|
7
|
+
{
|
|
8
|
+
|
|
9
|
+
#
|
|
10
|
+
:'annotation' => :'Annotation',
|
|
11
|
+
|
|
12
|
+
#
|
|
13
|
+
:'status' => :'Status',
|
|
14
|
+
|
|
15
|
+
#
|
|
16
|
+
:'code' => :'Code'
|
|
17
|
+
|
|
18
|
+
}
|
|
19
|
+
end
|
|
20
|
+
|
|
21
|
+
# attribute type
|
|
22
|
+
def self.swagger_types
|
|
23
|
+
{
|
|
24
|
+
:'annotation' => :'Annotation',
|
|
25
|
+
:'status' => :'String',
|
|
26
|
+
:'code' => :'String'
|
|
27
|
+
|
|
28
|
+
}
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
def initialize(attributes = {})
|
|
32
|
+
return if !attributes.is_a?(Hash) || attributes.empty?
|
|
33
|
+
|
|
34
|
+
# convert string to symbol for hash key
|
|
35
|
+
attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
if attributes[:'Annotation']
|
|
39
|
+
self.annotation = attributes[:'Annotation']
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
if attributes[:'Status']
|
|
43
|
+
self.status = attributes[:'Status']
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
if attributes[:'Code']
|
|
47
|
+
self.code = attributes[:'Code']
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
def status=(status)
|
|
53
|
+
allowed_values = ["Continue", "SwitchingProtocols", "OK", "Created", "Accepted", "NonAuthoritativeInformation", "NoContent", "ResetContent", "PartialContent", "MultipleChoices", "Ambiguous", "MovedPermanently", "Moved", "Found", "Redirect", "SeeOther", "RedirectMethod", "NotModified", "UseProxy", "Unused", "TemporaryRedirect", "RedirectKeepVerb", "BadRequest", "Unauthorized", "PaymentRequired", "Forbidden", "NotFound", "MethodNotAllowed", "NotAcceptable", "ProxyAuthenticationRequired", "RequestTimeout", "Conflict", "Gone", "LengthRequired", "PreconditionFailed", "RequestEntityTooLarge", "RequestUriTooLong", "UnsupportedMediaType", "RequestedRangeNotSatisfiable", "ExpectationFailed", "UpgradeRequired", "InternalServerError", "NotImplemented", "BadGateway", "ServiceUnavailable", "GatewayTimeout", "HttpVersionNotSupported"]
|
|
54
|
+
if status && !allowed_values.include?(status)
|
|
55
|
+
fail "invalid value for 'status', must be one of #{allowed_values}"
|
|
56
|
+
end
|
|
57
|
+
@status = status
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
end
|
|
61
|
+
end
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
module AsposePDFCloud
|
|
2
|
+
#
|
|
3
|
+
class Annotations < BaseObject
|
|
4
|
+
attr_accessor :list, :links
|
|
5
|
+
# attribute mapping from ruby-style variable name to JSON key
|
|
6
|
+
def self.attribute_map
|
|
7
|
+
{
|
|
8
|
+
|
|
9
|
+
#
|
|
10
|
+
:'list' => :'List',
|
|
11
|
+
|
|
12
|
+
#
|
|
13
|
+
:'links' => :'Links'
|
|
14
|
+
|
|
15
|
+
}
|
|
16
|
+
end
|
|
17
|
+
|
|
18
|
+
# attribute type
|
|
19
|
+
def self.swagger_types
|
|
20
|
+
{
|
|
21
|
+
:'list' => :'Array<LinkElement>',
|
|
22
|
+
:'links' => :'Array<Link>'
|
|
23
|
+
|
|
24
|
+
}
|
|
25
|
+
end
|
|
26
|
+
|
|
27
|
+
def initialize(attributes = {})
|
|
28
|
+
return if !attributes.is_a?(Hash) || attributes.empty?
|
|
29
|
+
|
|
30
|
+
# convert string to symbol for hash key
|
|
31
|
+
attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
if attributes[:'List']
|
|
35
|
+
if (value = attributes[:'List']).is_a?(Array)
|
|
36
|
+
self.list = value
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
if attributes[:'Links']
|
|
41
|
+
if (value = attributes[:'Links']).is_a?(Array)
|
|
42
|
+
self.links = value
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
end
|
|
49
|
+
end
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
module AsposePDFCloud
|
|
2
|
+
#
|
|
3
|
+
class AnnotationsResponse < BaseObject
|
|
4
|
+
attr_accessor :annotations, :status, :code
|
|
5
|
+
# attribute mapping from ruby-style variable name to JSON key
|
|
6
|
+
def self.attribute_map
|
|
7
|
+
{
|
|
8
|
+
|
|
9
|
+
#
|
|
10
|
+
:'annotations' => :'Annotations',
|
|
11
|
+
|
|
12
|
+
#
|
|
13
|
+
:'status' => :'Status',
|
|
14
|
+
|
|
15
|
+
#
|
|
16
|
+
:'code' => :'Code'
|
|
17
|
+
|
|
18
|
+
}
|
|
19
|
+
end
|
|
20
|
+
|
|
21
|
+
# attribute type
|
|
22
|
+
def self.swagger_types
|
|
23
|
+
{
|
|
24
|
+
:'annotations' => :'Annotations',
|
|
25
|
+
:'status' => :'String',
|
|
26
|
+
:'code' => :'String'
|
|
27
|
+
|
|
28
|
+
}
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
def initialize(attributes = {})
|
|
32
|
+
return if !attributes.is_a?(Hash) || attributes.empty?
|
|
33
|
+
|
|
34
|
+
# convert string to symbol for hash key
|
|
35
|
+
attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
if attributes[:'Annotations']
|
|
39
|
+
self.annotations = attributes[:'Annotations']
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
if attributes[:'Status']
|
|
43
|
+
self.status = attributes[:'Status']
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
if attributes[:'Code']
|
|
47
|
+
self.code = attributes[:'Code']
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
def status=(status)
|
|
53
|
+
allowed_values = ["Continue", "SwitchingProtocols", "OK", "Created", "Accepted", "NonAuthoritativeInformation", "NoContent", "ResetContent", "PartialContent", "MultipleChoices", "Ambiguous", "MovedPermanently", "Moved", "Found", "Redirect", "SeeOther", "RedirectMethod", "NotModified", "UseProxy", "Unused", "TemporaryRedirect", "RedirectKeepVerb", "BadRequest", "Unauthorized", "PaymentRequired", "Forbidden", "NotFound", "MethodNotAllowed", "NotAcceptable", "ProxyAuthenticationRequired", "RequestTimeout", "Conflict", "Gone", "LengthRequired", "PreconditionFailed", "RequestEntityTooLarge", "RequestUriTooLong", "UnsupportedMediaType", "RequestedRangeNotSatisfiable", "ExpectationFailed", "UpgradeRequired", "InternalServerError", "NotImplemented", "BadGateway", "ServiceUnavailable", "GatewayTimeout", "HttpVersionNotSupported"]
|
|
54
|
+
if status && !allowed_values.include?(status)
|
|
55
|
+
fail "invalid value for 'status', must be one of #{allowed_values}"
|
|
56
|
+
end
|
|
57
|
+
@status = status
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
end
|
|
61
|
+
end
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
module AsposePDFCloud
|
|
2
|
+
#
|
|
3
|
+
class AppendDocument < BaseObject
|
|
4
|
+
attr_accessor :document, :start_page, :end_page
|
|
5
|
+
# attribute mapping from ruby-style variable name to JSON key
|
|
6
|
+
def self.attribute_map
|
|
7
|
+
{
|
|
8
|
+
|
|
9
|
+
#
|
|
10
|
+
:'document' => :'Document',
|
|
11
|
+
|
|
12
|
+
#
|
|
13
|
+
:'start_page' => :'StartPage',
|
|
14
|
+
|
|
15
|
+
#
|
|
16
|
+
:'end_page' => :'EndPage'
|
|
17
|
+
|
|
18
|
+
}
|
|
19
|
+
end
|
|
20
|
+
|
|
21
|
+
# attribute type
|
|
22
|
+
def self.swagger_types
|
|
23
|
+
{
|
|
24
|
+
:'document' => :'String',
|
|
25
|
+
:'start_page' => :'Integer',
|
|
26
|
+
:'end_page' => :'Integer'
|
|
27
|
+
|
|
28
|
+
}
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
def initialize(attributes = {})
|
|
32
|
+
return if !attributes.is_a?(Hash) || attributes.empty?
|
|
33
|
+
|
|
34
|
+
# convert string to symbol for hash key
|
|
35
|
+
attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
if attributes[:'Document']
|
|
39
|
+
self.document = attributes[:'Document']
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
if attributes[:'StartPage']
|
|
43
|
+
self.start_page = attributes[:'StartPage']
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
if attributes[:'EndPage']
|
|
47
|
+
self.end_page = attributes[:'EndPage']
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
end
|
|
53
|
+
end
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
module AsposePDFCloud
|
|
2
|
+
#
|
|
3
|
+
class Attachment < BaseObject
|
|
4
|
+
attr_accessor :description, :mime_type, :name, :creation_date, :modification_date, :size, :check_sum, :links
|
|
5
|
+
# attribute mapping from ruby-style variable name to JSON key
|
|
6
|
+
def self.attribute_map
|
|
7
|
+
{
|
|
8
|
+
|
|
9
|
+
#
|
|
10
|
+
:'description' => :'Description',
|
|
11
|
+
|
|
12
|
+
#
|
|
13
|
+
:'mime_type' => :'MimeType',
|
|
14
|
+
|
|
15
|
+
#
|
|
16
|
+
:'name' => :'Name',
|
|
17
|
+
|
|
18
|
+
#
|
|
19
|
+
:'creation_date' => :'CreationDate',
|
|
20
|
+
|
|
21
|
+
#
|
|
22
|
+
:'modification_date' => :'ModificationDate',
|
|
23
|
+
|
|
24
|
+
#
|
|
25
|
+
:'size' => :'Size',
|
|
26
|
+
|
|
27
|
+
#
|
|
28
|
+
:'check_sum' => :'CheckSum',
|
|
29
|
+
|
|
30
|
+
#
|
|
31
|
+
:'links' => :'Links'
|
|
32
|
+
|
|
33
|
+
}
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
# attribute type
|
|
37
|
+
def self.swagger_types
|
|
38
|
+
{
|
|
39
|
+
:'description' => :'String',
|
|
40
|
+
:'mime_type' => :'String',
|
|
41
|
+
:'name' => :'String',
|
|
42
|
+
:'creation_date' => :'String',
|
|
43
|
+
:'modification_date' => :'String',
|
|
44
|
+
:'size' => :'Integer',
|
|
45
|
+
:'check_sum' => :'String',
|
|
46
|
+
:'links' => :'Array<Link>'
|
|
47
|
+
|
|
48
|
+
}
|
|
49
|
+
end
|
|
50
|
+
|
|
51
|
+
def initialize(attributes = {})
|
|
52
|
+
return if !attributes.is_a?(Hash) || attributes.empty?
|
|
53
|
+
|
|
54
|
+
# convert string to symbol for hash key
|
|
55
|
+
attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
if attributes[:'Description']
|
|
59
|
+
self.description = attributes[:'Description']
|
|
60
|
+
end
|
|
61
|
+
|
|
62
|
+
if attributes[:'MimeType']
|
|
63
|
+
self.mime_type = attributes[:'MimeType']
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
if attributes[:'Name']
|
|
67
|
+
self.name = attributes[:'Name']
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
if attributes[:'CreationDate']
|
|
71
|
+
self.creation_date = attributes[:'CreationDate']
|
|
72
|
+
end
|
|
73
|
+
|
|
74
|
+
if attributes[:'ModificationDate']
|
|
75
|
+
self.modification_date = attributes[:'ModificationDate']
|
|
76
|
+
end
|
|
77
|
+
|
|
78
|
+
if attributes[:'Size']
|
|
79
|
+
self.size = attributes[:'Size']
|
|
80
|
+
end
|
|
81
|
+
|
|
82
|
+
if attributes[:'CheckSum']
|
|
83
|
+
self.check_sum = attributes[:'CheckSum']
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
if attributes[:'Links']
|
|
87
|
+
if (value = attributes[:'Links']).is_a?(Array)
|
|
88
|
+
self.links = value
|
|
89
|
+
end
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
end
|
|
95
|
+
end
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
module AsposePDFCloud
|
|
2
|
+
#
|
|
3
|
+
class AttachmentResponse < BaseObject
|
|
4
|
+
attr_accessor :attachment, :status, :code
|
|
5
|
+
# attribute mapping from ruby-style variable name to JSON key
|
|
6
|
+
def self.attribute_map
|
|
7
|
+
{
|
|
8
|
+
|
|
9
|
+
#
|
|
10
|
+
:'attachment' => :'Attachment',
|
|
11
|
+
|
|
12
|
+
#
|
|
13
|
+
:'status' => :'Status',
|
|
14
|
+
|
|
15
|
+
#
|
|
16
|
+
:'code' => :'Code'
|
|
17
|
+
|
|
18
|
+
}
|
|
19
|
+
end
|
|
20
|
+
|
|
21
|
+
# attribute type
|
|
22
|
+
def self.swagger_types
|
|
23
|
+
{
|
|
24
|
+
:'attachment' => :'Attachment',
|
|
25
|
+
:'status' => :'String',
|
|
26
|
+
:'code' => :'String'
|
|
27
|
+
|
|
28
|
+
}
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
def initialize(attributes = {})
|
|
32
|
+
return if !attributes.is_a?(Hash) || attributes.empty?
|
|
33
|
+
|
|
34
|
+
# convert string to symbol for hash key
|
|
35
|
+
attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
if attributes[:'Attachment']
|
|
39
|
+
self.attachment = attributes[:'Attachment']
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
if attributes[:'Status']
|
|
43
|
+
self.status = attributes[:'Status']
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
if attributes[:'Code']
|
|
47
|
+
self.code = attributes[:'Code']
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
def status=(status)
|
|
53
|
+
allowed_values = ["Continue", "SwitchingProtocols", "OK", "Created", "Accepted", "NonAuthoritativeInformation", "NoContent", "ResetContent", "PartialContent", "MultipleChoices", "Ambiguous", "MovedPermanently", "Moved", "Found", "Redirect", "SeeOther", "RedirectMethod", "NotModified", "UseProxy", "Unused", "TemporaryRedirect", "RedirectKeepVerb", "BadRequest", "Unauthorized", "PaymentRequired", "Forbidden", "NotFound", "MethodNotAllowed", "NotAcceptable", "ProxyAuthenticationRequired", "RequestTimeout", "Conflict", "Gone", "LengthRequired", "PreconditionFailed", "RequestEntityTooLarge", "RequestUriTooLong", "UnsupportedMediaType", "RequestedRangeNotSatisfiable", "ExpectationFailed", "UpgradeRequired", "InternalServerError", "NotImplemented", "BadGateway", "ServiceUnavailable", "GatewayTimeout", "HttpVersionNotSupported"]
|
|
54
|
+
if status && !allowed_values.include?(status)
|
|
55
|
+
fail "invalid value for 'status', must be one of #{allowed_values}"
|
|
56
|
+
end
|
|
57
|
+
@status = status
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
end
|
|
61
|
+
end
|