Class: Gitdocs::Search::RepoDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Gitdocs::Search::RepoDescriptor
- Defined in:
- lib/gitdocs/search.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
5 6 7 |
# File 'lib/gitdocs/search.rb', line 5 def index @index end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/gitdocs/search.rb', line 5 def name @name end |