Class: OPA::ZipIO::Reader::ParsedEntry
- Inherits:
-
Struct
- Object
- Struct
- OPA::ZipIO::Reader::ParsedEntry
- Defined in:
- lib/opa/zip_io.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
102 103 104 |
# File 'lib/opa/zip_io.rb', line 102 def data @data end |
#name ⇒ Object
Returns the value of attribute name
102 103 104 |
# File 'lib/opa/zip_io.rb', line 102 def name @name end |