Class: LicenseFinder::GoWorkspace::Submodule
- Inherits:
-
Struct
- Object
- Struct
- LicenseFinder::GoWorkspace::Submodule
- Defined in:
- lib/license_finder/package_managers/go_workspace.rb
Instance Attribute Summary collapse
-
#install_path ⇒ Object
Returns the value of attribute install_path.
-
#revision ⇒ Object
Returns the value of attribute revision.
Instance Attribute Details
#install_path ⇒ Object
Returns the value of attribute install_path
10 11 12 |
# File 'lib/license_finder/package_managers/go_workspace.rb', line 10 def install_path @install_path end |
#revision ⇒ Object
Returns the value of attribute revision
10 11 12 |
# File 'lib/license_finder/package_managers/go_workspace.rb', line 10 def revision @revision end |