Class: ICalPal::Store

Inherits:
Object
  • Object
show all
Includes:
ICalPal
Defined in:
lib/store.rb

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

DOW, ITIME, NAME, VERSION

Instance Attribute Summary

Attributes included from ICalPal

#self

Method Summary

Methods included from ICalPal

#[], #[]=, call, #initialize, #keys, load_data, nth, #to_csv, #to_xml, #values, #xmlify