struct Place::AttendeeScanner::Booking

Included Modules

Extended Modules

Defined in:

place/attendee_scanner.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(visitor_email : String, booking_start : Time, booking_end : Time) #

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

[View source]

Instance Method Detail

def booking_end : Time #

def booking_start : Time #

def clone #

[View source]
def copy_with(visitor_email _visitor_email = @visitor_email, booking_start _booking_start = @booking_start, booking_end _booking_end = @booking_end) #

[View source]
def visitor_email : String #