Class: ZipContainer::Dir::Entries::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/zip-container/dir.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ftypeObject

Returns the value of attribute ftype

Returns:

  • (Object)

    the current value of ftype


115
116
117
# File 'lib/zip-container/dir.rb', line 115

def ftype
  @ftype
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name


115
116
117
# File 'lib/zip-container/dir.rb', line 115

def name
  @name
end