class Duo::StatusResp

Included Modules

Defined in:

duo-client.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def parent : String | Nil #

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

[View source]
def reason : String #

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

[View source]
def result : String #

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

[View source]
def result_url : String | Nil #

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

[View source]
def status : String #

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

[View source]
def status_code : String #

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

[View source]