Class: Camoufox::Pkgman::InstallInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/camoufox/pkgman.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



5
6
7
# File 'lib/camoufox/pkgman.rb', line 5

def path
  @path
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



5
6
7
# File 'lib/camoufox/pkgman.rb', line 5

def version
  @version
end