Class: AsdfDiscover::SearchResult::Conflict
- Inherits:
-
Struct
- Object
- Struct
- AsdfDiscover::SearchResult::Conflict
- Defined in:
- lib/asdf_discover/search_result.rb
Instance Attribute Summary collapse
-
#sources ⇒ Object
Returns the value of attribute sources.
-
#tool ⇒ Object
Returns the value of attribute tool.
Instance Attribute Details
#sources ⇒ Object
Returns the value of attribute sources
5 6 7 |
# File 'lib/asdf_discover/search_result.rb', line 5 def sources @sources end |
#tool ⇒ Object
Returns the value of attribute tool
5 6 7 |
# File 'lib/asdf_discover/search_result.rb', line 5 def tool @tool end |