class Ketchup::SuccessResponse

Defined in:

ketchup/success_response.cr

Constructors

Instance Method Summary

Instance methods inherited from class Ketchup::Response

error : Error | Nil error, id : Float64 | Nil | Int64 | Nil | Int32 | Nil | String | Nil id, result result, success? success?, to_json to_json

Constructor methods inherited from class Ketchup::Response

new(id : Float64 | Int32 | Int64 | String | Nil) new

Constructor Detail

def self.new(id : Float64 | Nil | Int64 | Nil | Int32 | Nil | String | Nil, result : String | Hash(Symbol, Int32 | Int64 | String)) #

[View source]

Instance Method Detail

def result : Hash(Symbol, Int32 | Int64 | String) | String #

[View source]