Class: Chain::ControlProgram Deprecated
- Inherits:
-
ResponseObject
- Object
- ResponseObject
- Chain::ControlProgram
- Defined in:
- lib/chain/control_program.rb
Overview
Deprecated.
(as of version 1.1) Use Receiver instead.
Instance Attribute Summary collapse
-
#control_program ⇒ String
readonly
Hex-encoded string representation of the control program.
Method Summary
Methods inherited from ResponseObject
#[], #[]=, #initialize, #to_h, #to_json
Constructor Details
This class inherits a constructor from Chain::ResponseObject
Instance Attribute Details
#control_program ⇒ String (readonly)
Hex-encoded string representation of the control program.
9 |
# File 'lib/chain/control_program.rb', line 9 attrib :control_program |