Class: Grpc::Client::ORiN3::WakeupProviderResponse
- Inherits:
-
Object
- Object
- Grpc::Client::ORiN3::WakeupProviderResponse
- Defined in:
- lib/grpc/client/orin3/remoteengine/orin3_remote_engine.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#provider_information ⇒ Object
Returns the value of attribute provider_information.
Instance Method Summary collapse
-
#initialize(id, provider_information) ⇒ WakeupProviderResponse
constructor
A new instance of WakeupProviderResponse.
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
#id ⇒ Object
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_information ⇒ Object
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 |