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



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

def 
  
end

#byte_range_in_zipObject

Returns the value of attribute 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



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

def filename
  @filename
end

#part_typeObject

Returns the value of attribute part_type



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

def part_type
  @part_type
end