class Lanes::Screen::Group

Public Instance Methods

to_json() click to toggle source
# File lib/lanes/screen.rb, line 69
def to_json
    Oj.dump({
        id: identifier,
        title: title,
        description: description,
        icon: icon
    }, mode: :compat)
end