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.
154 |
# File 'sig/types.rbs', line 154
def initialize: (?sanitize: bool, ?render_dpi: Float) -> void
|
Instance Attribute Details
#render_dpi ⇒ Float?
Returns the value of attribute render_dpi.
152 153 154 |
# File 'sig/types.rbs', line 152 def render_dpi @render_dpi end |
#sanitize ⇒ Boolean?
Returns the value of attribute sanitize.
151 152 153 |
# File 'sig/types.rbs', line 151 def sanitize @sanitize end |