abstract class Place::VisitorMailer::GuestNotification

Included Modules

Extended Modules

Direct Known Subclasses

Defined in:

place/visitor_mailer.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def action : String #

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

[View source]
def attendee_email : String #

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

[View source]
def attendee_name : String | Nil #

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

[View source]
def checkin : Bool | Nil #

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

[View source]
def event_starting : Int64 #

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

[View source]
def event_summary : String #

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

[View source]
def ext_data : Hash(String, JSON::Any) | Nil #

[View source]
def ext_data=(ext_data : Hash(String, JSON::Any) | Nil) #

[View source]
def host : String #

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

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

This is optional for backwards compatibility


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

This is optional for backwards compatibility


[View source]