Class: OPA::ZipIO::Reader::ParsedEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



102
103
104
# File 'lib/opa/zip_io.rb', line 102

def data
  @data
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



102
103
104
# File 'lib/opa/zip_io.rb', line 102

def name
  @name
end