Class: GrpcKit::Call::Name
- Inherits:
-
Struct
- Object
- Struct
- GrpcKit::Call::Name
- Defined in:
- lib/grpc_kit/call.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#receiver ⇒ Object
Returns the value of attribute receiver.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/grpc_kit/call.rb', line 5 def name @name end |
#receiver ⇒ Object
Returns the value of attribute receiver
5 6 7 |
# File 'lib/grpc_kit/call.rb', line 5 def receiver @receiver end |