class Place::VisitorMailer::ZoneDetails

Included Modules

Extended Modules

Defined in:

place/visitor_mailer.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def display_name : String | Nil #

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

[View source]
def id : String #

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

[View source]
def location : String | Nil #

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

[View source]
def name : String #

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

[View source]
def parent_id : String | Nil #

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

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

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

[View source]