Class: Archive::Zip::Entry::CFHRecord
- Inherits:
-
Struct
- Object
- Struct
- Archive::Zip::Entry::CFHRecord
- Defined in:
- lib/archive/zip/entry.rb
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#compressed_size ⇒ Object
Returns the value of attribute compressed_size.
-
#compression_method ⇒ Object
Returns the value of attribute compression_method.
-
#crc32 ⇒ Object
Returns the value of attribute crc32.
-
#disk_number_start ⇒ Object
Returns the value of attribute disk_number_start.
-
#external_file_attributes ⇒ Object
Returns the value of attribute external_file_attributes.
-
#extra_fields ⇒ Object
Returns the value of attribute extra_fields.
-
#extraction_version ⇒ Object
Returns the value of attribute extraction_version.
-
#general_purpose_flags ⇒ Object
Returns the value of attribute general_purpose_flags.
-
#internal_file_attributes ⇒ Object
Returns the value of attribute internal_file_attributes.
-
#local_header_position ⇒ Object
Returns the value of attribute local_header_position.
-
#made_by_version ⇒ Object
Returns the value of attribute made_by_version.
-
#mtime ⇒ Object
Returns the value of attribute mtime.
-
#uncompressed_size ⇒ Object
Returns the value of attribute uncompressed_size.
-
#zip_path ⇒ Object
Returns the value of attribute zip_path.
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment
55 56 57 |
# File 'lib/archive/zip/entry.rb', line 55 def comment @comment end |
#compressed_size ⇒ Object
Returns the value of attribute compressed_size
55 56 57 |
# File 'lib/archive/zip/entry.rb', line 55 def compressed_size @compressed_size end |
#compression_method ⇒ Object
Returns the value of attribute compression_method
55 56 57 |
# File 'lib/archive/zip/entry.rb', line 55 def compression_method @compression_method end |
#crc32 ⇒ Object
Returns the value of attribute crc32
55 56 57 |
# File 'lib/archive/zip/entry.rb', line 55 def crc32 @crc32 end |
#disk_number_start ⇒ Object
Returns the value of attribute disk_number_start
55 56 57 |
# File 'lib/archive/zip/entry.rb', line 55 def disk_number_start @disk_number_start end |
#external_file_attributes ⇒ Object
Returns the value of attribute external_file_attributes
55 56 57 |
# File 'lib/archive/zip/entry.rb', line 55 def external_file_attributes @external_file_attributes end |
#extra_fields ⇒ Object
Returns the value of attribute extra_fields
55 56 57 |
# File 'lib/archive/zip/entry.rb', line 55 def extra_fields @extra_fields end |
#extraction_version ⇒ Object
Returns the value of attribute extraction_version
55 56 57 |
# File 'lib/archive/zip/entry.rb', line 55 def extraction_version @extraction_version end |
#general_purpose_flags ⇒ Object
Returns the value of attribute general_purpose_flags
55 56 57 |
# File 'lib/archive/zip/entry.rb', line 55 def general_purpose_flags @general_purpose_flags end |
#internal_file_attributes ⇒ Object
Returns the value of attribute internal_file_attributes
55 56 57 |
# File 'lib/archive/zip/entry.rb', line 55 def internal_file_attributes @internal_file_attributes end |
#local_header_position ⇒ Object
Returns the value of attribute local_header_position
55 56 57 |
# File 'lib/archive/zip/entry.rb', line 55 def local_header_position @local_header_position end |
#made_by_version ⇒ Object
Returns the value of attribute made_by_version
55 56 57 |
# File 'lib/archive/zip/entry.rb', line 55 def made_by_version @made_by_version end |
#mtime ⇒ Object
Returns the value of attribute mtime
55 56 57 |
# File 'lib/archive/zip/entry.rb', line 55 def mtime @mtime end |
#uncompressed_size ⇒ Object
Returns the value of attribute uncompressed_size
55 56 57 |
# File 'lib/archive/zip/entry.rb', line 55 def uncompressed_size @uncompressed_size end |
#zip_path ⇒ Object
Returns the value of attribute zip_path
55 56 57 |
# File 'lib/archive/zip/entry.rb', line 55 def zip_path @zip_path end |