Class: ZipTricks::Manifest::ZipSpan

Inherits:
Struct
  • Object
show all
Defined in:
lib/zip_tricks/manifest.rb

Overview

Describes a span within the ZIP bytestream

Instance Attribute Summary collapse

Instance Attribute Details

#additional_metadataObject

Returns the value of attribute additional_metadata

Returns:

  • (Object)

    the current value of additional_metadata



5
6
7
# File 'lib/zip_tricks/manifest.rb', line 5

def 
  @additional_metadata
end

#byte_range_in_zipObject

Returns the value of attribute byte_range_in_zip

Returns:

  • (Object)

    the current value of byte_range_in_zip



5
6
7
# File 'lib/zip_tricks/manifest.rb', line 5

def byte_range_in_zip
  @byte_range_in_zip
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



5
6
7
# File 'lib/zip_tricks/manifest.rb', line 5

def filename
  @filename
end

#part_typeObject

Returns the value of attribute part_type

Returns:

  • (Object)

    the current value of part_type



5
6
7
# File 'lib/zip_tricks/manifest.rb', line 5

def part_type
  @part_type
end