Class: Gitorious::NamePath
- Inherits:
-
Struct
- Object
- Struct
- Gitorious::NamePath
- Defined in:
- lib/rock/gitorious_api.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
206 207 208 |
# File 'lib/rock/gitorious_api.rb', line 206 def name @name end |
#path ⇒ Object
Returns the value of attribute path
206 207 208 |
# File 'lib/rock/gitorious_api.rb', line 206 def path @path end |