Class: ComponentHost::Host::Component

Inherits:
Struct
  • Object
show all
Defined in:
lib/component_host/host.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#initiatorObject

Returns the value of attribute initiator

Returns:

  • (Object)

    the current value of initiator



127
128
129
# File 'lib/component_host/host.rb', line 127

def initiator
  @initiator
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



127
128
129
# File 'lib/component_host/host.rb', line 127

def name
  @name
end

Instance Method Details

#startObject



128
129
130
# File 'lib/component_host/host.rb', line 128

def start
  initiator.()
end