Class: MessagePack::RPC::Server::Base
- Inherits:
-
Object
- Object
- MessagePack::RPC::Server::Base
- Defined in:
- lib/msgpack/rpc/server.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#base ⇒ Object
readonly
Returns the value of attribute base.
Instance Method Summary collapse
-
#initialize(*args) ⇒ Base
constructor
A new instance of Base.
Constructor Details
Instance Attribute Details
#base ⇒ Object (readonly)
Returns the value of attribute base.
207 208 209 |
# File 'lib/msgpack/rpc/server.rb', line 207 def base @base end |