Class: AsdfDiscover::SearchResult::Conflict

Inherits:
Struct
  • Object
show all
Defined in:
lib/asdf_discover/search_result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#sourcesObject

Returns the value of attribute sources

Returns:

  • (Object)

    the current value of sources



5
6
7
# File 'lib/asdf_discover/search_result.rb', line 5

def sources
  @sources
end

#toolObject

Returns the value of attribute tool

Returns:

  • (Object)

    the current value of tool



5
6
7
# File 'lib/asdf_discover/search_result.rb', line 5

def tool
  @tool
end