Class: LicenseFinder::GoWorkspace::Submodule

Inherits:
Struct
  • Object
show all
Defined in:
lib/license_finder/package_managers/go_workspace.rb

Instance Attribute Summary collapse

Instance Attribute Details

#install_pathObject

Returns the value of attribute install_path

Returns:

  • (Object)

    the current value of install_path



10
11
12
# File 'lib/license_finder/package_managers/go_workspace.rb', line 10

def install_path
  @install_path
end

#revisionObject

Returns the value of attribute revision

Returns:

  • (Object)

    the current value of revision



10
11
12
# File 'lib/license_finder/package_managers/go_workspace.rb', line 10

def revision
  @revision
end