Class: Proxy::RemoteExecution::Ssh::MQTT::DispatcherActor::JobDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/smart_proxy_remote_execution_ssh/mqtt/dispatcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



58
59
60
# File 'lib/smart_proxy_remote_execution_ssh/mqtt/dispatcher.rb', line 58

def payload
  @payload
end

#topicObject

Returns the value of attribute topic

Returns:

  • (Object)

    the current value of topic



58
59
60
# File 'lib/smart_proxy_remote_execution_ssh/mqtt/dispatcher.rb', line 58

def topic
  @topic
end

#uuidObject

Returns the value of attribute uuid

Returns:

  • (Object)

    the current value of uuid



58
59
60
# File 'lib/smart_proxy_remote_execution_ssh/mqtt/dispatcher.rb', line 58

def uuid
  @uuid
end