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