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 =
<<~SQL
SELECT DISTINCT

Store.name AS account,
*

FROM #{self.name.split('::').last}

WHERE Store.disabled IS NOT 1
AND Store.display_order IS NOT -1
SQL

Constants included from ICalPal

DOW, ITIME

Instance Attribute Summary

Attributes included from ICalPal

#self

Method Summary

Methods included from ICalPal

#[], #[]=, call, #initialize, #keys, nth, #values