Class: DhanHQ::WS::CmdBus::Command
- Inherits:
-
Struct
- Object
- Struct
- DhanHQ::WS::CmdBus::Command
- Defined in:
- lib/DhanHQ/ws/cmd_bus.rb
Overview
Represents a subscription command queued for execution.
Instance Attribute Summary collapse
-
#op ⇒ Object
Returns the value of attribute op.
-
#payload ⇒ Object
Returns the value of attribute payload.
Instance Attribute Details
#op ⇒ Object
Returns the value of attribute op
9 10 11 |
# File 'lib/DhanHQ/ws/cmd_bus.rb', line 9 def op @op end |
#payload ⇒ Object
Returns the value of attribute payload
9 10 11 |
# File 'lib/DhanHQ/ws/cmd_bus.rb', line 9 def payload @payload end |