Class: BBC::Redux::ChannelCategory
- Inherits:
-
Object
- Object
- BBC::Redux::ChannelCategory
- Defined in:
- lib/bbc/redux/channel_category.rb
Overview
Redux API Channel Category Object
Instance Attribute Summary collapse
-
#description ⇒ String
readonly
Category’s description, e.g.
-
#id ⇒ Integer
readonly
Category’s id.
-
#priority ⇒ String
readonly
Category’s priority, a hint for display in views.
Instance Attribute Details
#description ⇒ String (readonly)
Returns category’s description, e.g. ‘BBC TV’.
23 |
# File 'lib/bbc/redux/channel_category.rb', line 23 attribute :description, String |
#id ⇒ Integer (readonly)
Returns category’s id.
27 |
# File 'lib/bbc/redux/channel_category.rb', line 27 attribute :id, Integer |
#priority ⇒ String (readonly)
Returns category’s priority, a hint for display in views.
31 |
# File 'lib/bbc/redux/channel_category.rb', line 31 attribute :priority, Integer |