Class: Architext::NativeMarkdownSource::SearchResult
- Inherits:
-
Data
- Object
- Data
- Architext::NativeMarkdownSource::SearchResult
- Defined in:
- lib/architext/sources.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#score ⇒ Object
readonly
Returns the value of attribute score.
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path
30 31 32 |
# File 'lib/architext/sources.rb', line 30 def path @path end |
#score ⇒ Object (readonly)
Returns the value of attribute score
30 31 32 |
# File 'lib/architext/sources.rb', line 30 def score @score end |