class LuckyHXML::Builder::HabitatSettings

Defined in:

lucky_hxml/builder.cr

Class Method Summary

Class Method Detail

def self.indent : String | Int32 | Nil #

def self.indent=(value : String | Int32 | Nil) #

def self.indent? #

Used for checking missing settings on non-nilable types It's advised to use indent in your apps to ensure the propper type is checked.


def self.quote_char : Char | Nil #

def self.quote_char=(value : Char | Nil) #

def self.quote_char? #

Used for checking missing settings on non-nilable types It's advised to use quote_char in your apps to ensure the propper type is checked.


def self.to_h #

Generates a hash using the provided values