Class: OroGen::Spec::GenericObjectDeployment
- Inherits:
-
Object
- Object
- OroGen::Spec::GenericObjectDeployment
- Defined in:
- lib/orogen/spec/deployment.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#activity ⇒ Object
readonly
Returns the value of attribute activity.
-
#interface_object ⇒ Object
readonly
Returns the value of attribute interface_object.
Instance Method Summary collapse
-
#initialize(activity, interface_object) ⇒ GenericObjectDeployment
constructor
A new instance of GenericObjectDeployment.
- #name ⇒ Object
Constructor Details
#initialize(activity, interface_object) ⇒ GenericObjectDeployment
Returns a new instance of GenericObjectDeployment
32 33 34 |
# File 'lib/orogen/spec/deployment.rb', line 32 def initialize(activity, interface_object) @activity, @interface_object = activity, interface_object end |
Instance Attribute Details
#activity ⇒ Object (readonly)
Returns the value of attribute activity
31 32 33 |
# File 'lib/orogen/spec/deployment.rb', line 31 def activity @activity end |
#interface_object ⇒ Object (readonly)
Returns the value of attribute interface_object
31 32 33 |
# File 'lib/orogen/spec/deployment.rb', line 31 def interface_object @interface_object end |
Instance Method Details
#name ⇒ Object
35 |
# File 'lib/orogen/spec/deployment.rb', line 35 def name; interface_object.name end |