Class: ServicePing::PermitDataCategories

Inherits:
Object
  • Object
show all
Defined in:
lib/service_ping/permit_data_categories.rb

Constant Summary collapse

STANDARD_CATEGORY =
'standard'
SUBSCRIPTION_CATEGORY =
'subscription'
OPERATIONAL_CATEGORY =
'operational'
OPTIONAL_CATEGORY =
'optional'
CATEGORIES =
[
  STANDARD_CATEGORY,
  SUBSCRIPTION_CATEGORY,
  OPERATIONAL_CATEGORY,
  OPTIONAL_CATEGORY
].to_set.freeze

Instance Method Summary collapse

Instance Method Details

#executeObject



16
17
18
# File 'lib/service_ping/permit_data_categories.rb', line 16

def execute
  CATEGORIES
end