specific_extra_args(cmd) Class Public methods Return an array of extra arguments for the command. The extra arguments come from the gem configuration file read at program startup.
item_state_get(item, *args) Instance Public methods
exit(st = true) Instance Public methods
_set_global_var(var, value) Class Public methods
select_values(arel, name = nil) Instance Public methods Returns an array of the values of the first column in a select: select_values("SELECT id FROM companies LIMIT 3") => [1,2,3]
new(name = nil, version = nil) Class Public methods Specification constructor. Assigns the default values to the attributes and yields itself for further initialization. Optionally takes name and version.
log(severity, message = nil, &block) Instance Public methods See Logger#add. This application's appname is used.
configure(key, value=None) Instance Public methods
delete_items(first, last=nil) Instance Public methods Also aliased as: delete, deleteitems
item_sort(item, *opts) Instance Public methods
Page 1882 of 2275