Class: Ros::Dsl
- Inherits:
-
Object
- Object
- Ros::Dsl
- Defined in:
- lib/ros/ros.rb
Instance Attribute Summary collapse
-
#package ⇒ Object
readonly
Returns the value of attribute package.
Instance Method Summary collapse
- #applied?(&b) ⇒ Boolean
- #apply(&b) ⇒ Object
-
#initialize(package) ⇒ Dsl
constructor
A new instance of Dsl.
Constructor Details
Instance Attribute Details
#package ⇒ Object (readonly)
Returns the value of attribute package.
3 4 5 |
# File 'lib/ros/ros.rb', line 3 def package @package end |