struct Turnir::Parser::Nuum::Event

Included Modules

Defined in:

turnir/parser/nuum.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def author : Author #

[View source]
def author=(author : Author) #

[View source]
def eventData : EventData #

[View source]
def eventData=(eventData : EventData) #

[View source]
def eventType : String #

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

[View source]
def id : Int32 #

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

[View source]
def timestamp : String #

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

[View source]