Class: OroGen::Spec::TaskDeployment::ActivityDefinition
- Inherits:
-
Struct
- Object
- Struct
- OroGen::Spec::TaskDeployment::ActivityDefinition
- Defined in:
- lib/orogen/spec/deployment.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#header ⇒ Object
Returns the value of attribute header.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name
240 241 242 |
# File 'lib/orogen/spec/deployment.rb', line 240 def class_name @class_name end |
#header ⇒ Object
Returns the value of attribute header
240 241 242 |
# File 'lib/orogen/spec/deployment.rb', line 240 def header @header end |
#name ⇒ Object
Returns the value of attribute name
240 241 242 |
# File 'lib/orogen/spec/deployment.rb', line 240 def name @name end |