class Cisco::Meraki::CaptivePortal::ChallengePayload

Included Modules

Extended Modules

Defined in:

cisco/meraki/captive_portal.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def ap_mac : String #

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

[View source]
def base_grant_url : String #

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

[View source]
def client_ip : String #

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

[View source]
def client_mac : String #

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

[View source]
def code : String #

key they were provided in their invite email


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

key they were provided in their invite email


[View source]
def email : String #

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

[View source]
def expires : Time | Nil #

[View source]
def expires=(expires : Time | Nil) #

[View source]
def timezone : String | Nil #

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

[View source]
def user_continue : String | Nil #

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

[View source]