Class: Grpc::Client::ORiN3::ProviderInformation
- Inherits:
-
Object
- Object
- Grpc::Client::ORiN3::ProviderInformation
- Defined in:
- lib/grpc/client/orin3/remoteengine/orin3_remote_engine.rb
Instance Attribute Summary collapse
-
#endpoints ⇒ Object
Returns the value of attribute endpoints.
Instance Method Summary collapse
-
#initialize(endpoints) ⇒ ProviderInformation
constructor
A new instance of ProviderInformation.
Constructor Details
#initialize(endpoints) ⇒ ProviderInformation
Returns a new instance of ProviderInformation.
45 46 47 |
# File 'lib/grpc/client/orin3/remoteengine/orin3_remote_engine.rb', line 45 def initialize(endpoints) @endpoints = endpoints end |
Instance Attribute Details
#endpoints ⇒ Object
Returns the value of attribute endpoints.
43 44 45 |
# File 'lib/grpc/client/orin3/remoteengine/orin3_remote_engine.rb', line 43 def endpoints @endpoints end |