Class: OPA::ZipIO::Writer::Entry
- Inherits:
-
Struct
- Object
- Struct
- OPA::ZipIO::Writer::Entry
- Defined in:
- lib/opa/zip_io.rb
Instance Attribute Summary collapse
-
#compressed ⇒ Object
Returns the value of attribute compressed.
-
#crc32 ⇒ Object
Returns the value of attribute crc32.
-
#data ⇒ Object
Returns the value of attribute data.
-
#name ⇒ Object
Returns the value of attribute name.
-
#offset ⇒ Object
Returns the value of attribute offset.
Instance Attribute Details
#compressed ⇒ Object
Returns the value of attribute compressed
13 14 15 |
# File 'lib/opa/zip_io.rb', line 13 def compressed @compressed end |
#crc32 ⇒ Object
Returns the value of attribute crc32
13 14 15 |
# File 'lib/opa/zip_io.rb', line 13 def crc32 @crc32 end |
#data ⇒ Object
Returns the value of attribute data
13 14 15 |
# File 'lib/opa/zip_io.rb', line 13 def data @data end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/opa/zip_io.rb', line 13 def name @name end |
#offset ⇒ Object
Returns the value of attribute offset
13 14 15 |
# File 'lib/opa/zip_io.rb', line 13 def offset @offset end |