struct SurrealDB::Response

Included Modules

Defined in:

types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def result : JSON::Any #

[View source]
def result=(result : JSON::Any) #

[View source]
def status : String #

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

[View source]
def time : String #

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

[View source]