Class: Yrpc::Controllers::Request::Type
- Inherits:
-
Object
- Object
- Yrpc::Controllers::Request::Type
- Defined in:
- lib/yrpc/controllers/request.rb
Overview
Abstract representation of a gRPC request type
Instance Method Summary collapse
-
#initialize(rpc_desc) ⇒ Type
constructor
Initialize a new request type object.
Constructor Details
#initialize(rpc_desc) ⇒ Type
Initialize a new request type object
30 31 32 |
# File 'lib/yrpc/controllers/request.rb', line 30 def initialize(rpc_desc) @rpc_desc = rpc_desc end |