Class: Demografix::Batch
- Inherits:
-
Data
- Object
- Data
- Demografix::Batch
- Defined in:
- lib/demografix/models.rb
Overview
A batch result: the per-name predictions plus one quota for the response.
Instance Attribute Summary collapse
-
#quota ⇒ Object
readonly
Returns the value of attribute quota.
-
#results ⇒ Object
readonly
Returns the value of attribute results.
Instance Attribute Details
#quota ⇒ Object (readonly)
Returns the value of attribute quota
28 29 30 |
# File 'lib/demografix/models.rb', line 28 def quota @quota end |
#results ⇒ Object (readonly)
Returns the value of attribute results
28 29 30 |
# File 'lib/demografix/models.rb', line 28 def results @results end |