Class: Grpc::Client::ORiN3::ProviderEndpoint

Inherits:
Object
  • Object
show all
Defined in:
lib/grpc/client/orin3/remoteengine/orin3_remote_engine.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(index, ip_address, port, uri, protocol_type) ⇒ ProviderEndpoint



33
34
35
36
37
38
39
# File 'lib/grpc/client/orin3/remoteengine/orin3_remote_engine.rb', line 33

def initialize(index, ip_address, port, uri, protocol_type)
  @index = index
  @ip_address = ip_address
  @port = port
  @uri = uri
  @protocol_type = protocol_type
end

Instance Attribute Details

#indexObject

Returns the value of attribute index.



31
32
33
# File 'lib/grpc/client/orin3/remoteengine/orin3_remote_engine.rb', line 31

def index
  @index
end

#ip_addressObject

Returns the value of attribute ip_address.



31
32
33
# File 'lib/grpc/client/orin3/remoteengine/orin3_remote_engine.rb', line 31

def ip_address
  @ip_address
end

#portObject

Returns the value of attribute port.



31
32
33
# File 'lib/grpc/client/orin3/remoteengine/orin3_remote_engine.rb', line 31

def port
  @port
end

#protocol_typeObject

Returns the value of attribute protocol_type.



31
32
33
# File 'lib/grpc/client/orin3/remoteengine/orin3_remote_engine.rb', line 31

def protocol_type
  @protocol_type
end

#uriObject

Returns the value of attribute uri.



31
32
33
# File 'lib/grpc/client/orin3/remoteengine/orin3_remote_engine.rb', line 31

def uri
  @uri
end