Class: GrpcKit::Rpcs::Client::Base
- Inherits:
-
Object
- Object
- GrpcKit::Rpcs::Client::Base
- Defined in:
- lib/grpc_kit/rpcs/base.rb
Direct Known Subclasses
BidiStreamer, ClientStreamer, RequestResponse, ServerStreamer
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
Instance Method Summary collapse
-
#initialize(config) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(config) ⇒ Base
Returns a new instance of Base.
15 16 17 |
# File 'lib/grpc_kit/rpcs/base.rb', line 15 def initialize(config) @config = config end |
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
14 15 16 |
# File 'lib/grpc_kit/rpcs/base.rb', line 14 def config @config end |