Class: Architext::NativeMarkdownSource::SearchResult

Inherits:
Data
  • Object
show all
Defined in:
lib/architext/sources.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



30
31
32
# File 'lib/architext/sources.rb', line 30

def path
  @path
end

#scoreObject (readonly)

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



30
31
32
# File 'lib/architext/sources.rb', line 30

def score
  @score
end