Class: Autoproj::VCSDefinition::HistoryEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/autoproj/vcs_definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#package_setObject

Returns the value of attribute package_set

Returns:

  • (Object)

    the current value of package_set



33
34
35
# File 'lib/autoproj/vcs_definition.rb', line 33

def package_set
  @package_set
end

#vcsObject

Returns the value of attribute vcs

Returns:

  • (Object)

    the current value of vcs



33
34
35
# File 'lib/autoproj/vcs_definition.rb', line 33

def vcs
  @vcs
end