Class: Demografix::Batch

Inherits:
Data
  • Object
show all
Defined in:
lib/demografix/models.rb

Overview

A batch result: the per-name predictions plus one quota for the response.

Instance Attribute Summary collapse

Instance Attribute Details

#quotaObject (readonly)

Returns the value of attribute quota

Returns:

  • (Object)

    the current value of quota



28
29
30
# File 'lib/demografix/models.rb', line 28

def quota
  @quota
end

#resultsObject (readonly)

Returns the value of attribute results

Returns:

  • (Object)

    the current value of results



28
29
30
# File 'lib/demografix/models.rb', line 28

def results
  @results
end