struct Booking::History

Included Modules

Defined in:

pg_benchmark.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def source : String | Nil #

[View source]
def source=(source : String | Nil) #

[View source]
def state : Booking::State #

[View source]
def state=(state : Booking::State) #

[View source]
def time : Int64 #

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

[View source]