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

Returns:

  • (Object)

    the current value of args



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

def args
  @args
end

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



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

def block
  @block
end

#kwargsObject

Returns the value of attribute kwargs

Returns:

  • (Object)

    the current value of kwargs



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

def kwargs
  @kwargs
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



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

def message
  @message
end