Class: Xberg::SvgOptions
- Inherits:
-
Object
- Object
- Xberg::SvgOptions
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#render_dpi ⇒ Float?
Returns the value of attribute render_dpi.
-
#sanitize ⇒ Boolean?
Returns the value of attribute sanitize.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ SvgOptions
constructor
A new instance of SvgOptions.
Constructor Details
#initialize ⇒ SvgOptions
Returns a new instance of SvgOptions.
151 |
# File 'sig/types.rbs', line 151
def initialize: (?sanitize: bool, ?render_dpi: Float) -> void
|
Instance Attribute Details
#render_dpi ⇒ Float?
Returns the value of attribute render_dpi.
149 150 151 |
# File 'sig/types.rbs', line 149 def render_dpi @render_dpi end |
#sanitize ⇒ Boolean?
Returns the value of attribute sanitize.
148 149 150 |
# File 'sig/types.rbs', line 148 def sanitize @sanitize end |