struct Place::SurveyMailer::SurveyInvite

Included Modules

Extended Modules

Defined in:

place/survey_mailer.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 id : Int64 #

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

[View source]
def sent : Bool | Nil #

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

[View source]
def survey_id : Int64 #

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

[View source]
def token : String #

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

[View source]