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