class Place::RbpRemoteLogger::Entry

Included Modules

Extended Modules

Defined in:

place/rbp_remote_logger.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def data : JSON::Any #

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

[View source]
def device_id : String #

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

[View source]
def id : String #

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

[View source]
def metadata : JSON::Any #

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

[View source]
def raw : JSON::Any #

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

[View source]
def subtype : String #

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

[View source]
def timestamp : Int64 #

[View source]
def timestamp=(timestamp : Int64) #

[View source]
def type : String #

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

[View source]