class DiadocApi::Entity::BoxEventList

Included Modules

Defined in:

diadoc_api/entities/box_event_list.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def events : Array(BoxEvent) #

[View source]
def events=(events : Array(BoxEvent)) #

[View source]
def total_count : Int32 | Nil #

def total_count=(total_count : Int32 | Nil) #

def total_count_type : TotalCountType #

[View source]
def total_count_type=(total_count_type : TotalCountType) #

[View source]