Class: ModSpox::Messages::Internal::Response

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#originObject (readonly)

object response is for



6
7
8
# File 'lib/mod_spox/messages/internal/Response.rb', line 6

def origin
  @origin
end