Class: Lanes::Screen::Group

Inherits:
Object
  • Object
show all
Includes:
Concerns::AttrAccessorWithDefault
Defined in:
lib/lanes/screen.rb

Instance Method Summary collapse

Instance Method Details

#to_jsonObject



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