Method: GRPC::GenericService::Dsl#unmarshal_class_method
- Defined in:
- src/ruby/lib/grpc/generic/service.rb
#unmarshal_class_method ⇒ Object
the name of the class method used to unmarshal from a byte stream.
119 120 121 |
# File 'src/ruby/lib/grpc/generic/service.rb', line 119 def unmarshal_class_method @unmarshal_class_method ||= :unmarshal end |