struct Yoti::DocScan::Client::Response

Defined in:

yoti/doc_scan/client/response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(body : String, status : HTTP::Status) #

[View source]

Instance Method Detail

def body : String #

def clone #

[View source]
def copy_with(body _body = @body, status _status = @status) #

[View source]
def error : Yoti::Errors::ErrorResponse | Nil #

[View source]
def status : HTTP::Status #