Class: Kaltura::Constants::ITunesSyndicationFeed::AdultValues
- Inherits:
-
Object
- Object
- Kaltura::Constants::ITunesSyndicationFeed::AdultValues
- Defined in:
- lib/kaltura/constants/i_tunes_syndication_feed.rb
Overview
The constants module will soon be depreciated into an Enumeration module to be more in line with the C# API client’s namespacing.
Constant Summary collapse
- YES =
This feed contains adult material.
"yes"
- NO =
This feed does not contain adult material.
"no"
- CLEAN =
This feed has some other value.
"clean"