Class: VcsClient::Reference
- Defined in:
- lib/objects/reference.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#src ⇒ Object
Returns the value of attribute src.
Method Summary
Methods inherited from Basement
Constructor Details
This class inherits a constructor from VcsClient::Basement
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/objects/reference.rb', line 4 def id @id end |
#src ⇒ Object
Returns the value of attribute src.
4 5 6 |
# File 'lib/objects/reference.rb', line 4 def src @src end |