struct CasOptions::Bucket

Included Modules

Defined in:

cas_options.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def admins : Array(String) #

[View source]
def admins=(admins : Array(String)) #

[View source]
def name : String #

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

[View source]
def public : Bool #

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

[View source]
def readers : Array(String) #

[View source]
def readers=(readers : Array(String)) #

[View source]