Class: Gitdocs::Manager::RepoDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Gitdocs::Manager::RepoDescriptor
- Defined in:
- lib/gitdocs/manager.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
14 15 16 |
# File 'lib/gitdocs/manager.rb', line 14 def index @index end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/gitdocs/manager.rb', line 14 def name @name end |