struct PlaceOS::Model::Booking::History

Included Modules

Defined in:

placeos-models/booking.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(state : State, time : Int64, source : String | Nil = nil) #

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

Instance Method Detail

def clone #

def copy_with(state _state = @state, time _time = @time, source _source = @source) #

def source : String | Nil #

def state : State #

def time : Int64 #