Class: Grpc::Client::ORiN3::ProviderInformation

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(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

#endpointsObject

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