struct Storage::KeyValueStore::DatabaseInfo

Defined in:

storage/kv.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

!=(other : RethinkDB::DSL::R) !=, %(other : RethinkDB::DSL::R) %, &(other : RethinkDB::DSL::R) &, *(other : RethinkDB::DSL::R) *, +(other : RethinkDB::DSL::R) +, -(other : RethinkDB::DSL::R) -, /(other : RethinkDB::DSL::R) /, <(other : RethinkDB::DSL::R) <, <=(other : RethinkDB::DSL::R) <=, ==(other : RethinkDB::DSL::R) ==, >(other : RethinkDB::DSL::R) >, >=(other : RethinkDB::DSL::R) >=, |(other : RethinkDB::DSL::R) |

Constructor Detail

def self.load(bytes : Bytes) : DatabaseInfo #

[View source]
def self.new #

[View source]

Instance Method Detail

def id : UUID #

[View source]
def id=(id : UUID) #

[View source]
def initialize #

[View source]
def name : String #

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

[View source]
def serialize #

[View source]