class CacheBotMapped::Cache

Included Modules

Defined in:

bot/cache_bot/bot_cache.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def address : String | Nil #

[View source]
def address=(address : String | Nil) #

[View source]
def namePerson : String | Nil #

[View source]
def namePerson=(namePerson : String | Nil) #

[View source]
def phase : Int32 | Int64 | Nil #

[View source]
def phase=(phase : Int32 | Int64 | Nil) #

[View source]
def phonePerson : String | Nil #

[View source]
def phonePerson=(phonePerson : String | Nil) #

[View source]
def timeUnixEpoch : Int32 | Int64 | Nil #

[View source]
def timeUnixEpoch=(timeUnixEpoch : Int32 | Int64 | Nil) #

[View source]