Class: Lanes::Screen::Group
- Inherits:
-
Object
- Object
- Lanes::Screen::Group
- Includes:
- Concerns::AttrAccessorWithDefault
- Defined in:
- lib/lanes/screen.rb
Instance Method Summary collapse
Instance Method Details
#to_json ⇒ Object
57 58 59 60 61 62 63 64 |
# File 'lib/lanes/screen.rb', line 57 def to_json Oj.dump({ id: identifier, title: title, description: description, icon: icon }, mode: :compat) end |