Class: FileData::Mpeg4ValueInfo
- Inherits:
-
Struct
- Object
- Struct
- FileData::Mpeg4ValueInfo
- Defined in:
- lib/file_data/formats/mpeg4/mpeg4.rb
Instance Attribute Summary collapse
-
#box_path ⇒ Object
Returns the value of attribute box_path.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parser_class ⇒ Object
Returns the value of attribute parser_class.
Instance Attribute Details
#box_path ⇒ Object
Returns the value of attribute box_path
29 30 31 |
# File 'lib/file_data/formats/mpeg4/mpeg4.rb', line 29 def box_path @box_path end |
#method_name ⇒ Object
Returns the value of attribute method_name
29 30 31 |
# File 'lib/file_data/formats/mpeg4/mpeg4.rb', line 29 def method_name @method_name end |
#name ⇒ Object
Returns the value of attribute name
29 30 31 |
# File 'lib/file_data/formats/mpeg4/mpeg4.rb', line 29 def name @name end |
#parser_class ⇒ Object
Returns the value of attribute parser_class
29 30 31 |
# File 'lib/file_data/formats/mpeg4/mpeg4.rb', line 29 def parser_class @parser_class end |