Class: ModSpox::Messages::Internal::PluginModuleResponse

Inherits:
Response
  • Object
show all
Defined in:
lib/mod_spox/messages/internal/PluginModuleResponse.rb

Instance Attribute Summary collapse

Attributes inherited from Response

#origin

Instance Method Summary collapse

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

#moduleObject (readonly)

plugins module



7
8
9
# File 'lib/mod_spox/messages/internal/PluginModuleResponse.rb', line 7

def module
  @module
end