abstract class Abbyy::Models::BaseResponse
- Abbyy::Models::BaseResponse
- Abbyy::Models::BaseModel
- Reference
- Object
Overview
Base class for Response objects.
Direct Known Subclasses
- Abbyy::Models::GetApplicationInfoResponse
- Abbyy::Models::ListTasksResponse
- Abbyy::Models::TaskResponse
Defined in:
abbyy/models/base_response.crConstructors
Instance Method Summary
- #headers : HTTP::Headers
- #headers=(headers : HTTP::Headers)
-
#protocol_version : String | Nil
HTTP version.
-
#protocol_version=(protocol_version : String | Nil)
HTTP version.
- #set_properties_from_xml(xml_data : String | IO)
-
#status_code : Int32
The server can return the following HTTP status codes: - 200 – successful method call - 4xx – incorrect parameters of the method - 5xx – an error on the server side
-
#status_code=(status_code : Int32)
The server can return the following HTTP status codes: - 200 – successful method call - 4xx – incorrect parameters of the method - 5xx – an error on the server side
- #success?
Constructor Detail
Instance Method Detail
def status_code : Int32
#
The server can return the following HTTP status codes:
- 200 – successful method call
- 4xx – incorrect parameters of the method
- 5xx – an error on the server side
def status_code=(status_code : Int32)
#
The server can return the following HTTP status codes:
- 200 – successful method call
- 4xx – incorrect parameters of the method
- 5xx – an error on the server side