Class: Plum::ThemePackageInstaller::PackageEntry
- Inherits:
-
Struct
- Object
- Struct
- Plum::ThemePackageInstaller::PackageEntry
- Defined in:
- app/services/plum/theme_package_installer.rb
Instance Attribute Summary collapse
-
#directory? ⇒ Object
Returns the value of attribute directory?.
-
#path ⇒ Object
Returns the value of attribute path.
-
#zip_entry ⇒ Object
Returns the value of attribute zip_entry.
Instance Attribute Details
#directory? ⇒ Object
Returns the value of attribute directory?
11 12 13 |
# File 'app/services/plum/theme_package_installer.rb', line 11
def directory?
@directory?
end
|
#path ⇒ Object
Returns the value of attribute path
11 12 13 |
# File 'app/services/plum/theme_package_installer.rb', line 11 def path @path end |
#zip_entry ⇒ Object
Returns the value of attribute zip_entry
11 12 13 |
# File 'app/services/plum/theme_package_installer.rb', line 11 def zip_entry @zip_entry end |