class Events::GuestDetails

Included Modules

Extended Modules

Defined in:

controllers/events.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(email : String, name : Nil | String) #

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

[View source]

Instance Method Detail

def email : String #

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

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

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

[View source]
def name : String | Nil #

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

[View source]
def organisation : String | Nil #

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

[View source]
def phone : String | Nil #

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

[View source]
def photo : String | Nil #

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

[View source]
def preferred_name : String | Nil #

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

[View source]
def required : Bool #

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

[View source]
def resource : Bool | Nil #

property assistance_required : Bool? = nil


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

property assistance_required : Bool? = nil


[View source]
def visit_expected : Bool | Nil #

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

[View source]