Sha256: 8b69a623c695165f9f8d809d6dbc59c575570a672b0c3f328359e1b76dc1099b
Contents?: true
Size: 496 Bytes
Versions: 3
Compression:
Stored size: 496 Bytes
Contents
# Athenian::TableFetchingProgress ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **fetched** | **Integer** | How many records have been stored in the DB table so far. | | | **name** | **String** | DB table identifier. | | | **total** | **Integer** | How many records the DB table is expected to have. | | ## Example ```ruby require 'athenian' instance = Athenian::TableFetchingProgress.new( fetched: null, name: null, total: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/TableFetchingProgress.md |
athenian-2.1.85 | docs/TableFetchingProgress.md |
athenian-2.1.81 | docs/TableFetchingProgress.md |