struct

Quartz::FAM::Entry

Inherits Struct < Value < Object

A single entry parsed out of an application.fam file. Only the fields we currently care about — more can be added as needed.

Constructors

new(kind : String, name : Nil | String, appid : Nil | String, apptype : Nil | String, entry_point : Nil | String, requires : Array(String), sources : Array(String), icon : Nil | String, order : Int32 | Nil, raw : Hash(String, String))
Source

Instance methods

appid
Source
apptype
Source
entry_point
Source
icon
Source
kind
Source
name
Source
order
Source
requires
Source
sources
Source