Class: Xberg::HtmlOutputConfig
- Inherits:
-
Object
- Object
- Xberg::HtmlOutputConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#class_prefix ⇒ String
readonly
Returns the value of attribute class_prefix.
-
#css ⇒ String?
readonly
Returns the value of attribute css.
-
#css_file ⇒ String?
readonly
Returns the value of attribute css_file.
-
#embed_css ⇒ Boolean
readonly
Returns the value of attribute embed_css.
-
#theme ⇒ enum_HtmlTheme
readonly
Returns the value of attribute theme.
Instance Method Summary collapse
-
#initialize ⇒ HtmlOutputConfig
constructor
A new instance of HtmlOutputConfig.
Constructor Details
#initialize ⇒ HtmlOutputConfig
Returns a new instance of HtmlOutputConfig.
1252 |
# File 'sig/types.rbs', line 1252
def initialize: (?css: String, ?css_file: String, ?theme: enum_HtmlTheme, ?class_prefix: String, ?embed_css: bool) -> void
|
Instance Attribute Details
#class_prefix ⇒ String (readonly)
Returns the value of attribute class_prefix.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def class_prefix @class_prefix end |
#css ⇒ String? (readonly)
Returns the value of attribute css.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def css @css end |
#css_file ⇒ String? (readonly)
Returns the value of attribute css_file.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def css_file @css_file end |
#embed_css ⇒ Boolean (readonly)
Returns the value of attribute embed_css.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def @embed_css end |
#theme ⇒ enum_HtmlTheme (readonly)
Returns the value of attribute theme.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def theme @theme end |