class LuckyHXML::Builder::HabitatSettings
- LuckyHXML::Builder::HabitatSettings
- Reference
- Object
Defined in:
lucky_hxml/builder.crClass Method Summary
- .indent : String | Int32 | Nil
- .indent=(value : String | Int32 | Nil)
-
.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.
- .quote_char : Char | Nil
- .quote_char=(value : Char | Nil)
-
.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.
-
.to_h
Generates a hash using the provided values
Class Method Detail
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?
#
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.