Class: ModSpox::Messages::Internal::PluginModuleResponse
- Defined in:
- lib/mod_spox/messages/internal/PluginModuleResponse.rb
Instance Attribute Summary collapse
-
#module ⇒ Object
readonly
plugins module.
Attributes inherited from Response
Instance Method Summary collapse
-
#initialize(object, mod) ⇒ PluginModuleResponse
constructor
- plugin
-
Plugin to send to requester Sends the plugins module to the requester.
Constructor Details
#initialize(object, mod) ⇒ PluginModuleResponse
- plugin
-
Plugin to send to requester
Sends the plugins module to the requester
10 11 12 13 |
# File 'lib/mod_spox/messages/internal/PluginModuleResponse.rb', line 10 def initialize(object, mod) super(object) @module = mod end |
Instance Attribute Details
#module ⇒ Object (readonly)
plugins module
7 8 9 |
# File 'lib/mod_spox/messages/internal/PluginModuleResponse.rb', line 7 def module @module end |