Class: Autoproj::VCSDefinition::HistoryEntry
- Inherits:
-
Struct
- Object
- Struct
- Autoproj::VCSDefinition::HistoryEntry
- Defined in:
- lib/autoproj/vcs_definition.rb
Instance Attribute Summary collapse
-
#package_set ⇒ Object
Returns the value of attribute package_set.
-
#vcs ⇒ Object
Returns the value of attribute vcs.
Instance Attribute Details
#package_set ⇒ Object
Returns the value of attribute package_set
33 34 35 |
# File 'lib/autoproj/vcs_definition.rb', line 33 def package_set @package_set end |
#vcs ⇒ Object
Returns the value of attribute vcs
33 34 35 |
# File 'lib/autoproj/vcs_definition.rb', line 33 def vcs @vcs end |