class Solargraph::Pin::Search::Result
Attributes
match[R]
@return [Float]
pin[R]
@return [Pin::Base]
Public Class Methods
new(match, pin)
click to toggle source
# File lib/solargraph/pin/search.rb, line 14 def initialize match, pin @match = match @pin = pin end