class CalendarEvent::Attendee

Included Modules

Extended Modules

Defined in:

models/event.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def email : String #

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

[View source]
def name : String | Nil #

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

[View source]