struct Place::AutoRelease::Booking

Included Modules

Extended Modules

Defined in:

place/auto_release.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def approved : Bool #

[View source]
def approved=(approved : Bool) #

[View source]
def approver_email : String | Nil #

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

[View source]
def approver_id : String | Nil #

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

[View source]
def approver_name : String | Nil #

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

[View source]
def asset_id : String #

[View source]
def asset_id=(asset_id : String) #

[View source]
def booked_by_email : String #

[View source]
def booked_by_email=(booked_by_email : String) #

[View source]
def booked_by_id : String #

[View source]
def booked_by_id=(booked_by_id : String) #

[View source]
def booked_by_name : String #

[View source]
def booked_by_name=(booked_by_name : String) #

[View source]
def booking_end : Int64 #

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

[View source]
def booking_start : Int64 #

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

[View source]
def booking_type : String #

[View source]
def booking_type=(booking_type : String) #

[View source]
def checked_in : Bool #

[View source]
def checked_in=(checked_in : Bool) #

[View source]
def created : Int64 | Nil #

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

[View source]
def description : String | Nil #

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

[View source]
def id : Int64 #

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

[View source]
def last_changed : Int64 | Nil #

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

[View source]
def process_state : String | Nil #

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

[View source]
def rejected : Bool #

[View source]
def rejected=(rejected : Bool) #

[View source]
def timezone : String | Nil #

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

[View source]
def title : String | Nil #

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

[View source]
def user_email : String #

[View source]
def user_email=(user_email : String) #

[View source]
def user_id : String #

[View source]
def user_id=(user_id : String) #

[View source]
def user_name : String #

[View source]
def user_name=(user_name : String) #

[View source]
def zones : Array(String) #

[View source]
def zones=(zones : Array(String)) #

[View source]