abstract class Ketchup::Response

Direct Known Subclasses

Defined in:

ketchup/response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Float64 | Int32 | Int64 | String | Nil) #

[View source]

Instance Method Detail

def error : Error | Nil #

[View source]
def id : Float64 | Nil | Int64 | Nil | Int32 | Nil | String | Nil #

[View source]
def result #

[View source]
def success? #

[View source]
def to_json #

[View source]