class Solargraph::Pin::Search::Result
Attributes
@return [Float]
@return [Pin::Base]
Public Class Methods
Source
# File lib/solargraph/pin/search.rb, line 17 def initialize match, pin @match = match @pin = pin end
@param match [Float] The match score for the pin @param pin [Pin::Base]