Class: Xberg::SvgOptions

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSvgOptions

Returns a new instance of SvgOptions.

Parameters:

  • sanitize: (Boolean)
  • render_dpi: (Float)


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

def initialize: (?sanitize: bool, ?render_dpi: Float) -> void

Instance Attribute Details

#render_dpiFloat (readonly)

Returns the value of attribute render_dpi.

Returns:

  • (Float)


2465
2466
2467
# File 'sig/types.rbs', line 2465

def render_dpi
  @render_dpi
end

#sanitizeBoolean (readonly)

Returns the value of attribute sanitize.

Returns:

  • (Boolean)


2464
2465
2466
# File 'sig/types.rbs', line 2464

def sanitize
  @sanitize
end