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
#initialize(*args) ⇒ Base
Returns a new instance of Base.
74 75 76 |
# File 'lib/msgpack/rpc/client.rb', line 74 def initialize(*args) @base = Client.new(*args) end |
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 |