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.
261 |
# File 'sig/types.rbs', line 261
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.
258 259 260 |
# File 'sig/types.rbs', line 258 def class_prefix @class_prefix end |
#css ⇒ String?
Returns the value of attribute css.
255 256 257 |
# File 'sig/types.rbs', line 255 def css @css end |
#css_file ⇒ String?
Returns the value of attribute css_file.
256 257 258 |
# File 'sig/types.rbs', line 256 def css_file @css_file end |
#embed_css ⇒ Boolean?
Returns the value of attribute embed_css.
259 260 261 |
# File 'sig/types.rbs', line 259 def @embed_css end |
#theme ⇒ HtmlTheme?
Returns the value of attribute theme.
257 258 259 |
# File 'sig/types.rbs', line 257 def theme @theme end |
Class Method Details
.default ⇒ HtmlOutputConfig
262 |
# File 'sig/types.rbs', line 262
def self.default: () -> HtmlOutputConfig
|