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)
35 |
# File 'lib/chain/config.rb', line 35 attrib :attempt |
#downloaded ⇒ Integer (readonly)
47 |
# File 'lib/chain/config.rb', line 47 attrib :downloaded |
#height ⇒ Integer (readonly)
39 |
# File 'lib/chain/config.rb', line 39 attrib :height |
#in_progress ⇒ Boolean (readonly)
51 |
# File 'lib/chain/config.rb', line 51 attrib :in_progress |
#size ⇒ Integer (readonly)
43 |
# File 'lib/chain/config.rb', line 43 attrib :size |