Class: ICalPal::Store
Overview
Class representing items from the Store table
Constant Summary collapse
- QUERY =
"SELECT DISTINCT\n\nStore.name AS account,\n*\n\nFROM \#{self.name.split('::').last}\n\nWHERE Store.disabled IS NOT 1\nAND Store.display_order IS NOT -1\n".freeze
Constants included from ICalPal
Instance Attribute Summary
Attributes included from ICalPal
Method Summary
Methods included from ICalPal
#[], #[]=, call, #initialize, #keys, load_data, nth, #to_csv, #to_xml, #values, #xmlify