Class: Protoplasm::BlockingClient
- Inherits:
-
Object
- Object
- Protoplasm::BlockingClient
- Defined in:
- lib/protoplasm/client/blocking_client.rb
Instance Attribute Summary collapse
-
#_types ⇒ Object
readonly
Returns the value of attribute _types.
Instance Method Summary collapse
-
#initialize(_types, host, port) ⇒ BlockingClient
constructor
A new instance of BlockingClient.
Constructor Details
#initialize(_types, host, port) ⇒ BlockingClient
Returns a new instance of BlockingClient.
7 8 9 |
# File 'lib/protoplasm/client/blocking_client.rb', line 7 def initialize(_types, host, port) @_types, @host, @port = _types, host, port end |
Instance Attribute Details
#_types ⇒ Object (readonly)
Returns the value of attribute _types.
5 6 7 |
# File 'lib/protoplasm/client/blocking_client.rb', line 5 def _types @_types end |