Class: Mural::Widget::StickyNote
- Inherits:
-
Object
- Object
- Mural::Widget::StickyNote
- Includes:
- Codec
- Defined in:
- lib/mural/widget/sticky_note.rb
Defined Under Namespace
Classes: Style
Class Method Summary collapse
Methods included from Codec
Class Method Details
.decode(json) ⇒ Object
40 41 42 43 44 |
# File 'lib/mural/widget/sticky_note.rb', line 40 def self.decode(json) super.tap do |sticky_note| sticky_note.style = Style.decode(sticky_note.style) end end |