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