Class: Chain::Config::Info::Snapshot
- Inherits:
-
ResponseObject
- Object
- ResponseObject
- Chain::Config::Info::Snapshot
- Defined in:
- lib/chain/config.rb
Instance Attribute Summary collapse
- #attempt ⇒ Integer readonly
- #downloaded ⇒ Integer readonly
- #height ⇒ Integer readonly
- #in_progress ⇒ Boolean readonly
- #size ⇒ Integer readonly
Method Summary
Methods inherited from ResponseObject
#[], #[]=, #initialize, #to_h, #to_json
Constructor Details
This class inherits a constructor from Chain::ResponseObject
Instance Attribute Details
#attempt ⇒ Integer (readonly)
11 |
# File 'lib/chain/config.rb', line 11 attrib :attempt |
#downloaded ⇒ Integer (readonly)
23 |
# File 'lib/chain/config.rb', line 23 attrib :downloaded |
#height ⇒ Integer (readonly)
15 |
# File 'lib/chain/config.rb', line 15 attrib :height |
#in_progress ⇒ Boolean (readonly)
27 |
# File 'lib/chain/config.rb', line 27 attrib :in_progress |
#size ⇒ Integer (readonly)
19 |
# File 'lib/chain/config.rb', line 19 attrib :size |