Class: Proxy::RemoteExecution::Ssh::MQTT::DispatcherActor::JobDefinition
- Inherits:
-
Struct
- Object
- Struct
- Proxy::RemoteExecution::Ssh::MQTT::DispatcherActor::JobDefinition
- Defined in:
- lib/smart_proxy_remote_execution_ssh/mqtt/dispatcher.rb
Instance Attribute Summary collapse
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#topic ⇒ Object
Returns the value of attribute topic.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Instance Attribute Details
#payload ⇒ Object
Returns the value of attribute payload
58 59 60 |
# File 'lib/smart_proxy_remote_execution_ssh/mqtt/dispatcher.rb', line 58 def payload @payload end |
#topic ⇒ Object
Returns the value of attribute topic
58 59 60 |
# File 'lib/smart_proxy_remote_execution_ssh/mqtt/dispatcher.rb', line 58 def topic @topic end |
#uuid ⇒ Object
Returns the value of attribute uuid
58 59 60 |
# File 'lib/smart_proxy_remote_execution_ssh/mqtt/dispatcher.rb', line 58 def uuid @uuid end |