class Config

Included Modules

Defined in:

moodle-cli.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def duo_device : String #

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

[View source]
def hotp_count : Int32 #

[View source]
def hotp_count=(hotp_count : Int32) #

[View source]
def hotp_secret : String #

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

[View source]
def password : String #

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

[View source]
def username : String #

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

[View source]