Class: OpenC3::StoreQueued::MessageStruct

Inherits:
Struct show all
Defined in:
lib/openc3/utilities/store_queued.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json

Instance Attribute Details

#argsObject

Returns the value of attribute args



104
105
106
# File 'lib/openc3/utilities/store_queued.rb', line 104

def args
  @args
end

#blockObject

Returns the value of attribute block



104
105
106
# File 'lib/openc3/utilities/store_queued.rb', line 104

def block
  @block
end

#kwargsObject

Returns the value of attribute kwargs



104
105
106
# File 'lib/openc3/utilities/store_queued.rb', line 104

def kwargs
  @kwargs
end

#messageObject

Returns the value of attribute message



104
105
106
# File 'lib/openc3/utilities/store_queued.rb', line 104

def message
  @message
end