Class: Demografix::NationalizeCountry
- Inherits:
-
Data
- Object
- Data
- Demografix::NationalizeCountry
- Defined in:
- lib/demografix/models.rb
Overview
One nationalize candidate: a country and its probability.
Instance Attribute Summary collapse
-
#country_id ⇒ Object
readonly
Returns the value of attribute country_id.
-
#probability ⇒ Object
readonly
Returns the value of attribute probability.
Instance Attribute Details
#country_id ⇒ Object (readonly)
Returns the value of attribute country_id
8 9 10 |
# File 'lib/demografix/models.rb', line 8 def country_id @country_id end |
#probability ⇒ Object (readonly)
Returns the value of attribute probability
8 9 10 |
# File 'lib/demografix/models.rb', line 8 def probability @probability end |