Class: FileData::Mpeg4ValueInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/file_data/formats/mpeg4/mpeg4.rb

Instance Attribute Summary collapse

Instance Attribute Details

#box_pathObject

Returns the value of attribute box_path

Returns:

  • (Object)

    the current value of box_path



29
30
31
# File 'lib/file_data/formats/mpeg4/mpeg4.rb', line 29

def box_path
  @box_path
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



29
30
31
# File 'lib/file_data/formats/mpeg4/mpeg4.rb', line 29

def method_name
  @method_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



29
30
31
# File 'lib/file_data/formats/mpeg4/mpeg4.rb', line 29

def name
  @name
end

#parser_classObject

Returns the value of attribute parser_class

Returns:

  • (Object)

    the current value of parser_class



29
30
31
# File 'lib/file_data/formats/mpeg4/mpeg4.rb', line 29

def parser_class
  @parser_class
end