Class: AsdfDiscover::Found
- Inherits:
-
Struct
- Object
- Struct
- AsdfDiscover::Found
- Defined in:
- lib/asdf_discover/result.rb
Overview
A result that was found.
Instance Attribute Summary collapse
-
#source ⇒ Object
Returns the value of attribute source.
-
#tool ⇒ Object
Returns the value of attribute tool.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
Instance Attribute Details
#source ⇒ Object
Returns the value of attribute source
6 7 8 |
# File 'lib/asdf_discover/result.rb', line 6 def source @source end |
#tool ⇒ Object
Returns the value of attribute tool
6 7 8 |
# File 'lib/asdf_discover/result.rb', line 6 def tool @tool end |
#version ⇒ Object
Returns the value of attribute version
6 7 8 |
# File 'lib/asdf_discover/result.rb', line 6 def version @version end |
Instance Method Details
#found? ⇒ Boolean
7 8 9 |
# File 'lib/asdf_discover/result.rb', line 7 def found? true end |