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