Class: Wakame::Event::ServiceUnboundAgent
- Defined in:
- lib/wakame/event.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
readonly
Returns the value of attribute agent.
-
#service ⇒ Object
readonly
Returns the value of attribute service.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(service, agent) ⇒ ServiceUnboundAgent
constructor
A new instance of ServiceUnboundAgent.
Methods inherited from Base
Constructor Details
#initialize(service, agent) ⇒ ServiceUnboundAgent
Returns a new instance of ServiceUnboundAgent.
149 150 151 152 153 |
# File 'lib/wakame/event.rb', line 149 def initialize(service, agent) super() @service = service @agent = agent end |
Instance Attribute Details
#agent ⇒ Object (readonly)
Returns the value of attribute agent.
148 149 150 |
# File 'lib/wakame/event.rb', line 148 def agent @agent end |
#service ⇒ Object (readonly)
Returns the value of attribute service.
148 149 150 |
# File 'lib/wakame/event.rb', line 148 def service @service end |