Class: Grpc::Client::ORiN3::WakeupProviderResponse

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(id, provider_information) ⇒ WakeupProviderResponse

Returns a new instance of WakeupProviderResponse.



53
54
55
56
# File 'lib/grpc/client/orin3/remoteengine/orin3_remote_engine.rb', line 53

def initialize(id, provider_information)
  @id = id
  @provider_information = provider_information
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



51
52
53
# File 'lib/grpc/client/orin3/remoteengine/orin3_remote_engine.rb', line 51

def id
  @id
end

#provider_informationObject

Returns the value of attribute provider_information.



51
52
53
# File 'lib/grpc/client/orin3/remoteengine/orin3_remote_engine.rb', line 51

def provider_information
  @provider_information
end