Class: ComponentHost::Host::Component
- Inherits:
-
Struct
- Object
- Struct
- ComponentHost::Host::Component
- Defined in:
- lib/component_host/host.rb
Instance Attribute Summary collapse
-
#initiator ⇒ Object
Returns the value of attribute initiator.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
permalink #initiator ⇒ Object
Returns the value of attribute initiator
127 128 129 |
# File 'lib/component_host/host.rb', line 127 def initiator @initiator end |
permalink #name ⇒ Object
Returns the value of attribute name
127 128 129 |
# File 'lib/component_host/host.rb', line 127 def name @name end |
Instance Method Details
permalink #start ⇒ Object
[View source]
128 129 130 |
# File 'lib/component_host/host.rb', line 128 def start initiator.() end |