Class: Xberg::HtmlOutputConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeHtmlOutputConfig

Returns a new instance of HtmlOutputConfig.

Parameters:

  • css: (String)
  • css_file: (String)
  • theme: (HtmlTheme)
  • class_prefix: (String)
  • embed_css: (Boolean)


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_prefixString?

Returns the value of attribute class_prefix.

Returns:

  • (String, nil)


258
259
260
# File 'sig/types.rbs', line 258

def class_prefix
  @class_prefix
end

#cssString?

Returns the value of attribute css.

Returns:

  • (String, nil)


255
256
257
# File 'sig/types.rbs', line 255

def css
  @css
end

#css_fileString?

Returns the value of attribute css_file.

Returns:

  • (String, nil)


256
257
258
# File 'sig/types.rbs', line 256

def css_file
  @css_file
end

#embed_cssBoolean?

Returns the value of attribute embed_css.

Returns:

  • (Boolean, nil)


259
260
261
# File 'sig/types.rbs', line 259

def embed_css
  @embed_css
end

#themeHtmlTheme?

Returns the value of attribute theme.

Returns:



257
258
259
# File 'sig/types.rbs', line 257

def theme
  @theme
end

Class Method Details

.defaultHtmlOutputConfig

Returns:



262
# File 'sig/types.rbs', line 262

def self.default: () -> HtmlOutputConfig