Class: FileData::Key
- Inherits:
-
Struct
- Object
- Struct
- FileData::Key
- Defined in:
- lib/file_data/formats/mpeg4/box_parsers/keys_box.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
23 24 25 |
# File 'lib/file_data/formats/mpeg4/box_parsers/keys_box.rb', line 23 def index @index end |
#namespace ⇒ Object
Returns the value of attribute namespace
23 24 25 |
# File 'lib/file_data/formats/mpeg4/box_parsers/keys_box.rb', line 23 def namespace @namespace end |
#value ⇒ Object
Returns the value of attribute value
23 24 25 |
# File 'lib/file_data/formats/mpeg4/box_parsers/keys_box.rb', line 23 def value @value end |