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



52
53
54
# File 'lib/archive/zip/entry.rb', line 52

def comment
  @comment
end

#compressed_sizeObject

Returns the value of attribute compressed_size

Returns:

  • (Object)

    the current value of compressed_size



52
53
54
# File 'lib/archive/zip/entry.rb', line 52

def compressed_size
  @compressed_size
end

#compression_methodObject

Returns the value of attribute compression_method

Returns:

  • (Object)

    the current value of compression_method



52
53
54
# File 'lib/archive/zip/entry.rb', line 52

def compression_method
  @compression_method
end

#crc32Object

Returns the value of attribute crc32

Returns:

  • (Object)

    the current value of crc32



52
53
54
# File 'lib/archive/zip/entry.rb', line 52

def crc32
  @crc32
end

#disk_number_startObject

Returns the value of attribute disk_number_start

Returns:

  • (Object)

    the current value of disk_number_start



52
53
54
# File 'lib/archive/zip/entry.rb', line 52

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



52
53
54
# File 'lib/archive/zip/entry.rb', line 52

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



52
53
54
# File 'lib/archive/zip/entry.rb', line 52

def extra_fields
  @extra_fields
end

#extraction_versionObject

Returns the value of attribute extraction_version

Returns:

  • (Object)

    the current value of extraction_version



52
53
54
# File 'lib/archive/zip/entry.rb', line 52

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



52
53
54
# File 'lib/archive/zip/entry.rb', line 52

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



52
53
54
# File 'lib/archive/zip/entry.rb', line 52

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



52
53
54
# File 'lib/archive/zip/entry.rb', line 52

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



52
53
54
# File 'lib/archive/zip/entry.rb', line 52

def made_by_version
  @made_by_version
end

#mtimeObject

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



52
53
54
# File 'lib/archive/zip/entry.rb', line 52

def mtime
  @mtime
end

#uncompressed_sizeObject

Returns the value of attribute uncompressed_size

Returns:

  • (Object)

    the current value of uncompressed_size



52
53
54
# File 'lib/archive/zip/entry.rb', line 52

def uncompressed_size
  @uncompressed_size
end

#zip_pathObject

Returns the value of attribute zip_path

Returns:

  • (Object)

    the current value of zip_path



52
53
54
# File 'lib/archive/zip/entry.rb', line 52

def zip_path
  @zip_path
end