Class: OpenC3::StoreQueued::MessageStruct
- Defined in:
- lib/openc3/utilities/store_queued.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#block ⇒ Object
Returns the value of attribute block.
-
#kwargs ⇒ Object
Returns the value of attribute kwargs.
-
#message ⇒ Object
Returns the value of attribute message.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
104 105 106 |
# File 'lib/openc3/utilities/store_queued.rb', line 104 def args @args end |
#block ⇒ Object
Returns the value of attribute block
104 105 106 |
# File 'lib/openc3/utilities/store_queued.rb', line 104 def block @block end |
#kwargs ⇒ Object
Returns the value of attribute kwargs
104 105 106 |
# File 'lib/openc3/utilities/store_queued.rb', line 104 def kwargs @kwargs end |
#message ⇒ Object
Returns the value of attribute message
104 105 106 |
# File 'lib/openc3/utilities/store_queued.rb', line 104 def @message end |