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.
286 |
# File 'sig/types.rbs', line 286
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.
283 284 285 |
# File 'sig/types.rbs', line 283 def class_prefix @class_prefix end |
#css ⇒ String?
Returns the value of attribute css.
280 281 282 |
# File 'sig/types.rbs', line 280 def css @css end |
#css_file ⇒ String?
Returns the value of attribute css_file.
281 282 283 |
# File 'sig/types.rbs', line 281 def css_file @css_file end |
#embed_css ⇒ Boolean?
Returns the value of attribute embed_css.
284 285 286 |
# File 'sig/types.rbs', line 284 def @embed_css end |
#theme ⇒ HtmlTheme?
Returns the value of attribute theme.
282 283 284 |
# File 'sig/types.rbs', line 282 def theme @theme end |
Class Method Details
.default ⇒ HtmlOutputConfig
287 |
# File 'sig/types.rbs', line 287
def self.default: () -> HtmlOutputConfig
|