Class: GrpcKit::Rpcs::Call::Name
- Inherits:
-
Struct
- Object
- Struct
- GrpcKit::Rpcs::Call::Name
- Defined in:
- lib/grpc_kit/rpcs/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
13 14 15 |
# File 'lib/grpc_kit/rpcs/call.rb', line 13 def name @name end |
#receiver ⇒ Object
Returns the value of attribute receiver
13 14 15 |
# File 'lib/grpc_kit/rpcs/call.rb', line 13 def receiver @receiver end |