Class: VPL::Scanner
- Inherits:
-
Object
- Object
- VPL::Scanner
- Defined in:
- lib/vcpkg_pipeline/core/scanner.rb
Overview
VPL::Scanner
Instance Attribute Summary collapse
-
#cmake ⇒ Object
Returns the value of attribute cmake.
-
#git ⇒ Object
Returns the value of attribute git.
-
#path ⇒ Object
Returns the value of attribute path.
-
#spec ⇒ Object
Returns the value of attribute spec.
-
#vcport ⇒ Object
Returns the value of attribute vcport.
Instance Method Summary collapse
-
#initialize(path) ⇒ Scanner
constructor
A new instance of Scanner.
- #scan_spec ⇒ Object
Constructor Details
Instance Attribute Details
#cmake ⇒ Object
Returns the value of attribute cmake.
15 16 17 |
# File 'lib/vcpkg_pipeline/core/scanner.rb', line 15 def cmake @cmake end |
#git ⇒ Object
Returns the value of attribute git.
15 16 17 |
# File 'lib/vcpkg_pipeline/core/scanner.rb', line 15 def git @git end |
#path ⇒ Object
Returns the value of attribute path.
15 16 17 |
# File 'lib/vcpkg_pipeline/core/scanner.rb', line 15 def path @path end |
#spec ⇒ Object
Returns the value of attribute spec.
15 16 17 |
# File 'lib/vcpkg_pipeline/core/scanner.rb', line 15 def spec @spec end |
#vcport ⇒ Object
Returns the value of attribute vcport.
15 16 17 |
# File 'lib/vcpkg_pipeline/core/scanner.rb', line 15 def vcport @vcport end |