Class: Chain::Receiver
- Inherits:
-
ResponseObject
- Object
- ResponseObject
- Chain::Receiver
- Defined in:
- lib/chain/receiver.rb
Instance Attribute Summary collapse
-
#control_program ⇒ String
readonly
The underlying control program that will be used in transactions paying to this receiver.
-
#expires_at ⇒ Time
readonly
A timestamp indicating when the receiver will expire.
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)
The underlying control program that will be used in transactions paying to this receiver.
8 |
# File 'lib/chain/receiver.rb', line 8 attrib :control_program |
#expires_at ⇒ Time (readonly)
A timestamp indicating when the receiver will expire.
13 |
# File 'lib/chain/receiver.rb', line 13 attrib :expires_at, rfc3339_time: true |