struct Place::Chat::MeetingSummary

Included Modules

Extended Modules

Defined in:

place/chat/health_rooms_models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pos_system : String, call_count : Int32, participant_count : Int32, waiting_count : Int32, longest_wait_time : Int64) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def call_count : Int32 #

[View source]
def longest_wait_time : Int64 #

[View source]
def participant_count : Int32 #

[View source]
def pos_system : String #

[View source]
def waiting_count : Int32 #

[View source]