Class: FileData::Key

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

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



23
24
25
# File 'lib/file_data/formats/mpeg4/box_parsers/keys_box.rb', line 23

def index
  @index
end

#namespaceObject

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



23
24
25
# File 'lib/file_data/formats/mpeg4/box_parsers/keys_box.rb', line 23

def namespace
  @namespace
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



23
24
25
# File 'lib/file_data/formats/mpeg4/box_parsers/keys_box.rb', line 23

def value
  @value
end