Class: Plum::ThemePackageInstaller::PackageEntry

Inherits:
Struct
  • Object
show all
Defined in:
app/services/plum/theme_package_installer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#directory?Object

Returns the value of attribute directory?

Returns:

  • (Object)

    the current value of directory?



11
12
13
# File 'app/services/plum/theme_package_installer.rb', line 11

def directory?
  @directory?
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



11
12
13
# File 'app/services/plum/theme_package_installer.rb', line 11

def path
  @path
end

#zip_entryObject

Returns the value of attribute zip_entry

Returns:

  • (Object)

    the current value of zip_entry



11
12
13
# File 'app/services/plum/theme_package_installer.rb', line 11

def zip_entry
  @zip_entry
end