Class: BBC::Redux::Crid
- Inherits:
-
Object
- Object
- BBC::Redux::Crid
- Defined in:
- lib/bbc/redux/crid.rb
Overview
Redux Crid Object
Instance Attribute Summary collapse
-
#content ⇒ String
(also: #to_s)
readonly
The crids content, e.g.
-
#description ⇒ String
readonly
The crid’s description, e.g.
-
#type ⇒ String
readonly
The crid’s type byte value, e.g.
Instance Attribute Details
#content ⇒ String (readonly) Also known as: to_s
Returns the crids content, e.g. crid://fp.bbc.co.uk/LYRJ9T.
26 |
# File 'lib/bbc/redux/crid.rb', line 26 attribute :content, String |
#description ⇒ String (readonly)
Returns the crid’s description, e.g. “DTG series CRID”.
32 |
# File 'lib/bbc/redux/crid.rb', line 32 attribute :description, String |
#type ⇒ String (readonly)
Returns the crid’s type byte value, e.g. “0x32”.
36 |
# File 'lib/bbc/redux/crid.rb', line 36 attribute :type, String |