Class: Mural::Widget::UpdateShapeParams
- Inherits:
-
Object
- Object
- Mural::Widget::UpdateShapeParams
- Includes:
- Codec
- Defined in:
- lib/mural/widget/update_shape_params.rb
Constant Summary collapse
- Style =
Mural::Widget::Shape::Style
Instance Method Summary collapse
Methods included from Codec
Instance Method Details
#encode ⇒ Object
17 18 19 20 21 |
# File 'lib/mural/widget/update_shape_params.rb', line 17 def encode super.tap do |json| json['style'] = json['style']&.encode end.compact end |