Class: Xtify::Action

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/xtify/action.rb

Constant Summary collapse

TYPES =
{
  :url => "URL",
  :rich => "RICH",
  :custom => "CUSTOM",
  :phone => "PHONE",
  :default => "DEFAULT",
  :none => "NONE"
}
RICH_TYPES =
{
  :web => "WEB",
  :phone => "PHN",
  :custom => "CST",
  :default => "DEFAULT",
  :none => "NONE"
}

Method Summary

Methods included from Model

#as_json, #fields, #initialize, #one_associations