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