class Juniper::Guest

Included Modules

Extended Modules

Defined in:

juniper/mist_models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def authorized : Bool #

[View source]
def authorized=(authorized : Bool) #

[View source]
def authorized_expiring_time : Int64 | Nil #

[View source]
def authorized_expiring_time=(authorized_expiring_time : Int64 | Nil) #

[View source]
def authorized_time : Int64 | Nil #

[View source]
def authorized_time=(authorized_time : Int64 | Nil) #

[View source]
def company : String | Nil #

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

[View source]
def email : String | Nil #

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

[View source]
def name : String | Nil #

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

[View source]