Class: OPA::ZipIO::Writer::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/opa/zip_io.rb

Instance Attribute Summary collapse

Instance Attribute Details

#compressedObject

Returns the value of attribute compressed

Returns:

  • (Object)

    the current value of compressed



13
14
15
# File 'lib/opa/zip_io.rb', line 13

def compressed
  @compressed
end

#crc32Object

Returns the value of attribute crc32

Returns:

  • (Object)

    the current value of crc32



13
14
15
# File 'lib/opa/zip_io.rb', line 13

def crc32
  @crc32
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



13
14
15
# File 'lib/opa/zip_io.rb', line 13

def data
  @data
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/opa/zip_io.rb', line 13

def name
  @name
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



13
14
15
# File 'lib/opa/zip_io.rb', line 13

def offset
  @offset
end