Class: MessagePack::RPC::Client::Base
- Inherits:
-
Object
- Object
- MessagePack::RPC::Client::Base
- Defined in:
- lib/msgpack/rpc/client.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.
77 78 79 |
# File 'lib/msgpack/rpc/client.rb', line 77 def base @base end |