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