Class: YSM::CampaignService::Importance

Inherits:
String
  • Object
show all
Defined in:
lib/ysm4r/v1/CampaignService.rb,
lib/ysm4r/v2/CampaignService.rb

Overview

Constant Summary collapse

High =
Importance.new("High")
Low =
Importance.new("Low")
Medium =
Importance.new("Medium")
None =
Importance.new("None")