Class: Xberg::HtmlOutputConfig
- Inherits:
-
Object
- Object
- Xberg::HtmlOutputConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#class_prefix ⇒ String?
Returns the value of attribute class_prefix.
-
#css ⇒ String?
Returns the value of attribute css.
-
#css_file ⇒ String?
Returns the value of attribute css_file.
-
#embed_css ⇒ Boolean?
Returns the value of attribute embed_css.
-
#theme ⇒ HtmlTheme?
Returns the value of attribute theme.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ HtmlOutputConfig
constructor
A new instance of HtmlOutputConfig.
Constructor Details
#initialize ⇒ HtmlOutputConfig
Returns a new instance of HtmlOutputConfig.
262 |
# File 'sig/types.rbs', line 262
def initialize: (?css: String, ?css_file: String, ?theme: HtmlTheme, ?class_prefix: String, ?embed_css: bool) -> void
|
Instance Attribute Details
#class_prefix ⇒ String?
Returns the value of attribute class_prefix.
259 260 261 |
# File 'sig/types.rbs', line 259 def class_prefix @class_prefix end |
#css ⇒ String?
Returns the value of attribute css.
256 257 258 |
# File 'sig/types.rbs', line 256 def css @css end |
#css_file ⇒ String?
Returns the value of attribute css_file.
257 258 259 |
# File 'sig/types.rbs', line 257 def css_file @css_file end |
#embed_css ⇒ Boolean?
Returns the value of attribute embed_css.
260 261 262 |
# File 'sig/types.rbs', line 260 def @embed_css end |
#theme ⇒ HtmlTheme?
Returns the value of attribute theme.
258 259 260 |
# File 'sig/types.rbs', line 258 def theme @theme end |
Class Method Details
.default ⇒ HtmlOutputConfig
263 |
# File 'sig/types.rbs', line 263
def self.default: () -> HtmlOutputConfig
|