Class: ZipContainer::Dir::Entries::Entry
- Inherits:
-
Struct
- Object
- Struct
- ZipContainer::Dir::Entries::Entry
- Defined in:
- lib/zip-container/dir.rb
Instance Attribute Summary collapse
-
#ftype ⇒ Object
Returns the value of attribute ftype.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#ftype ⇒ Object
Returns the value of attribute ftype
115 116 117 |
# File 'lib/zip-container/dir.rb', line 115 def ftype @ftype end |
#name ⇒ Object
Returns the value of attribute name
115 116 117 |
# File 'lib/zip-container/dir.rb', line 115 def name @name end |