struct BaseAPI::Response

Defined in:

lib/api/base.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(status_code : Int32, body : String, err : Exception | Nil) #

[View source]

Instance Method Detail

def body : String #

def clone #

[View source]
def copy_with(status_code _status_code = @status_code, body _body = @body, err _err = @err) #

[View source]
def err : Exception | Nil #

def status_code : Int32 #