Class: Subversion::RevisionProperty
- Inherits:
-
Struct
- Object
- Struct
- Subversion::RevisionProperty
- Defined in:
- lib/svn-command/subversion.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
486 487 488 |
# File 'lib/svn-command/subversion.rb', line 486 def name @name end |
#value ⇒ Object
Returns the value of attribute value
486 487 488 |
# File 'lib/svn-command/subversion.rb', line 486 def value @value end |