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
109 110 111 |
# File 'lib/openc3/utilities/store_queued.rb', line 109 def args @args end |
#block ⇒ Object
Returns the value of attribute block
109 110 111 |
# File 'lib/openc3/utilities/store_queued.rb', line 109 def block @block end |
#kwargs ⇒ Object
Returns the value of attribute kwargs
109 110 111 |
# File 'lib/openc3/utilities/store_queued.rb', line 109 def kwargs @kwargs end |
#message ⇒ Object
Returns the value of attribute message
109 110 111 |
# File 'lib/openc3/utilities/store_queued.rb', line 109 def @message end |