Class: Camoufox::Pkgman::InstallInfo
- Inherits:
-
Struct
- Object
- Struct
- Camoufox::Pkgman::InstallInfo
- Defined in:
- lib/camoufox/pkgman.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
5 6 7 |
# File 'lib/camoufox/pkgman.rb', line 5 def path @path end |
#version ⇒ Object
Returns the value of attribute version
5 6 7 |
# File 'lib/camoufox/pkgman.rb', line 5 def version @version end |