Class: VcsClient::Reference

Inherits:
Basement show all
Defined in:
lib/objects/reference.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Basement

#initialize

Constructor Details

This class inherits a constructor from VcsClient::Basement

Instance Attribute Details

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/objects/reference.rb', line 4

def id
  @id
end

#srcObject

Returns the value of attribute src.



4
5
6
# File 'lib/objects/reference.rb', line 4

def src
  @src
end