Class: GrpcKit::Calls::Call::Name

Inherits:
Struct
  • Object
show all
Defined in:
lib/grpc_kit/calls.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/grpc_kit/calls.rb', line 6

def name
  @name
end

#receiverObject

Returns the value of attribute receiver

Returns:

  • (Object)

    the current value of receiver



6
7
8
# File 'lib/grpc_kit/calls.rb', line 6

def receiver
  @receiver
end