Class: AppleEpf::Extractor::FileEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/apple_epf/extractor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#extracted_filesObject

Returns the value of attribute extracted_files

Returns:

  • (Object)

    the current value of extracted_files



3
4
5
# File 'lib/apple_epf/extractor.rb', line 3

def extracted_files
  @extracted_files
end

#tbz_fileObject

Returns the value of attribute tbz_file

Returns:

  • (Object)

    the current value of tbz_file



3
4
5
# File 'lib/apple_epf/extractor.rb', line 3

def tbz_file
  @tbz_file
end