Class: Subversion::ExternalsContainer::ExternalItem
- Inherits:
-
Struct
- Object
- Struct
- Subversion::ExternalsContainer::ExternalItem
- Defined in:
- lib/svn-command/subversion.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#repository_path ⇒ Object
Returns the value of attribute repository_path.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
492 493 494 |
# File 'lib/svn-command/subversion.rb', line 492 def name @name end |
#repository_path ⇒ Object
Returns the value of attribute repository_path
492 493 494 |
# File 'lib/svn-command/subversion.rb', line 492 def repository_path @repository_path end |