struct Properties

Overview

Stores the default values for the arguments that can be set through dashed options.

Defined in:

cbat.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def color : Bool #

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

[View source]
def empty_char : String #

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

[View source]
def empty_color : String #

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

[View source]
def fill_char : String #

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

[View source]
def fill_color : String #

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

[View source]
def format : String #

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

[View source]
def initialize #

[View source]
def options : Regex #

[View source]
def options=(options : Regex) #

[View source]
def spaces : Int32 #

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

[View source]