Class: Autoproj::RosPackageManifest

Inherits:
PackageManifest show all
Defined in:
lib/autoproj/ros_package_manifest.rb

Overview

Access to the information contained in a package’s package.xml file

Use PackageManifest.load to create

Defined Under Namespace

Classes: Loader

Instance Attribute Summary collapse

Attributes inherited from PackageManifest

#authors, #brief_description, #dependencies, #description, #license, #maintainers, #package, #path, #rock_maintainers, #tags, #url, #version

Method Summary

Methods inherited from PackageManifest

#add_dependency, #documentation, #each_author, #each_dependency, #each_maintainer, #each_os_dependency, #each_package_dependency, #each_rock_maintainer, #has_documentation?, #has_short_documentation?, #initialize, load, null, #null?, parse, #short_documentation

Constructor Details

This class inherits a constructor from Autoproj::PackageManifest

Instance Attribute Details

#build_typeObject



11
12
13
# File 'lib/autoproj/ros_package_manifest.rb', line 11

def build_type
    @build_type || "catkin"
end

#nameObject

Returns the value of attribute name.



8
9
10
# File 'lib/autoproj/ros_package_manifest.rb', line 8

def name
  @name
end