class Setting

Included Modules

Defined in:

models/setting.cr:1
models/setting.cr:3

Constructors

Instance Method Summary

Constructor Detail

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

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

Instance Method Detail

def id : Int64 | Nil #

[View source]
def id! : Int64 #

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

[View source]
def scim_endpoint : String | Nil #

[View source]
def scim_endpoint! : String #

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

[View source]
def scim_token : String | Nil #

[View source]
def scim_token! : String #

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

[View source]