Class: Grpc::Client::ORiN3::ProviderEndpoint
- Inherits:
-
Object
- Object
- Grpc::Client::ORiN3::ProviderEndpoint
- Defined in:
- lib/grpc/client/orin3/remoteengine/orin3_remote_engine.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#ip_address ⇒ Object
Returns the value of attribute ip_address.
-
#port ⇒ Object
Returns the value of attribute port.
-
#protocol_type ⇒ Object
Returns the value of attribute protocol_type.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Method Summary collapse
-
#initialize(index, ip_address, port, uri, protocol_type) ⇒ ProviderEndpoint
constructor
A new instance of ProviderEndpoint.
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
#index ⇒ Object
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_address ⇒ Object
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 |
#port ⇒ Object
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_type ⇒ Object
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 |
#uri ⇒ Object
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 |