Class: Demografix::NationalizePrediction
- Inherits:
-
Data
- Object
- Data
- Demografix::NationalizePrediction
- Defined in:
- lib/demografix/models.rb
Overview
A single nationalize prediction. country is an array of NationalizeCountry, descending by probability, possibly empty.
Instance Attribute Summary collapse
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#count ⇒ Object (readonly)
Returns the value of attribute count
20 21 22 |
# File 'lib/demografix/models.rb', line 20 def count @count end |
#country ⇒ Object (readonly)
Returns the value of attribute country
20 21 22 |
# File 'lib/demografix/models.rb', line 20 def country @country end |
#name ⇒ Object (readonly)
Returns the value of attribute name
20 21 22 |
# File 'lib/demografix/models.rb', line 20 def name @name end |