Class: Archive::Zip::Entry::CFHRecord

Inherits:
Struct
  • Object
show all
Defined in:
lib/archive/zip/entry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commentObject

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



55
56
57
# File 'lib/archive/zip/entry.rb', line 55

def comment
  @comment
end

#compressed_sizeObject

Returns the value of attribute compressed_size

Returns:

  • (Object)

    the current value of compressed_size



55
56
57
# File 'lib/archive/zip/entry.rb', line 55

def compressed_size
  @compressed_size
end

#compression_methodObject

Returns the value of attribute compression_method

Returns:

  • (Object)

    the current value of compression_method



55
56
57
# File 'lib/archive/zip/entry.rb', line 55

def compression_method
  @compression_method
end

#crc32Object

Returns the value of attribute crc32

Returns:

  • (Object)

    the current value of crc32



55
56
57
# File 'lib/archive/zip/entry.rb', line 55

def crc32
  @crc32
end

#disk_number_startObject

Returns the value of attribute disk_number_start

Returns:

  • (Object)

    the current value of disk_number_start



55
56
57
# File 'lib/archive/zip/entry.rb', line 55

def disk_number_start
  @disk_number_start
end

#external_file_attributesObject

Returns the value of attribute external_file_attributes

Returns:

  • (Object)

    the current value of external_file_attributes



55
56
57
# File 'lib/archive/zip/entry.rb', line 55

def external_file_attributes
  @external_file_attributes
end

#extra_fieldsObject

Returns the value of attribute extra_fields

Returns:

  • (Object)

    the current value of extra_fields



55
56
57
# File 'lib/archive/zip/entry.rb', line 55

def extra_fields
  @extra_fields
end

#extraction_versionObject

Returns the value of attribute extraction_version

Returns:

  • (Object)

    the current value of extraction_version



55
56
57
# File 'lib/archive/zip/entry.rb', line 55

def extraction_version
  @extraction_version
end

#general_purpose_flagsObject

Returns the value of attribute general_purpose_flags

Returns:

  • (Object)

    the current value of general_purpose_flags



55
56
57
# File 'lib/archive/zip/entry.rb', line 55

def general_purpose_flags
  @general_purpose_flags
end

#internal_file_attributesObject

Returns the value of attribute internal_file_attributes

Returns:

  • (Object)

    the current value of internal_file_attributes



55
56
57
# File 'lib/archive/zip/entry.rb', line 55

def internal_file_attributes
  @internal_file_attributes
end

#local_header_positionObject

Returns the value of attribute local_header_position

Returns:

  • (Object)

    the current value of local_header_position



55
56
57
# File 'lib/archive/zip/entry.rb', line 55

def local_header_position
  @local_header_position
end

#made_by_versionObject

Returns the value of attribute made_by_version

Returns:

  • (Object)

    the current value of made_by_version



55
56
57
# File 'lib/archive/zip/entry.rb', line 55

def made_by_version
  @made_by_version
end

#mtimeObject

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



55
56
57
# File 'lib/archive/zip/entry.rb', line 55

def mtime
  @mtime
end

#uncompressed_sizeObject

Returns the value of attribute uncompressed_size

Returns:

  • (Object)

    the current value of uncompressed_size



55
56
57
# File 'lib/archive/zip/entry.rb', line 55

def uncompressed_size
  @uncompressed_size
end

#zip_pathObject

Returns the value of attribute zip_path

Returns:

  • (Object)

    the current value of zip_path



55
56
57
# File 'lib/archive/zip/entry.rb', line 55

def zip_path
  @zip_path
end