class Abbyy::Models::GetApplicationInfoResponse

Overview

Response object for /getApplicationInfo API-method.

See Abbyy::Client::get_application_info.

###Status codes

The following status codes can be returned when this method is called:

Defined in:

abbyy/models/get_application_info_response.cr

Constant Summary

TIME_FORMAT = "%Y-%m-%dT%H:%M:%S"

Instance Method Summary

Instance methods inherited from class Abbyy::Models::BaseResponse

headers : HTTP::Headers headers, headers=(headers : HTTP::Headers) headers=, protocol_version : String | Nil protocol_version, protocol_version=(protocol_version : String | Nil) protocol_version=, set_properties_from_xml(xml_data : String | IO) set_properties_from_xml, status_code : Int32 status_code, status_code=(status_code : Int32) status_code=, success? success?

Constructor methods inherited from class Abbyy::Models::BaseResponse

new(response : HTTP::Client::Response) new

Instance Method Detail

def documents : Int32 | Nil #

[View source]
def documents=(documents : Int32 | Nil) #

[View source]
def expires : Time | Nil #

[View source]
def expires=(expires : Time | Nil) #

[View source]
def fields : Int32 | Nil #

[View source]
def fields=(fields : Int32 | Nil) #

[View source]
def installation_id : String | Nil #

[View source]
def installation_id=(installation_id : String | Nil) #

[View source]
def installations : Int32 | Nil #

[View source]
def installations=(installations : Int32 | Nil) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def pages : Int32 | Nil #

[View source]
def pages=(pages : Int32 | Nil) #

[View source]
def set_properties_from_xml(xml_data : String | IO) #

[View source]
def type : ApplicationType | Nil #

[View source]
def type=(type : ApplicationType | Nil) #

[View source]