Class: ModSpox::Messages::Internal::Response
- Inherits:
-
Object
- Object
- ModSpox::Messages::Internal::Response
- Defined in:
- lib/mod_spox/messages/internal/Response.rb
Direct Known Subclasses
NickResponse, PluginLoadResponse, PluginModuleResponse, PluginResponse, StatusResponse, TimerResponse
Instance Attribute Summary collapse
-
#origin ⇒ Object
readonly
object response is for.
Instance Method Summary collapse
-
#initialize(origin) ⇒ Response
constructor
- origin
-
object that requested the information Response of information.
Constructor Details
#initialize(origin) ⇒ Response
- origin
-
object that requested the information
Response of information
9 10 11 |
# File 'lib/mod_spox/messages/internal/Response.rb', line 9 def initialize(origin) @origin = origin end |
Instance Attribute Details
#origin ⇒ Object (readonly)
object response is for
6 7 8 |
# File 'lib/mod_spox/messages/internal/Response.rb', line 6 def origin @origin end |