Class: Pro::Repo
- Inherits:
-
Struct
- Object
- Struct
- Pro::Repo
- Defined in:
- lib/pro/index.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/pro/index.rb', line 2 def name @name end |
#path ⇒ Object
Returns the value of attribute path
2 3 4 |
# File 'lib/pro/index.rb', line 2 def path @path end |