Class: Demografix::AgifyPrediction
- Inherits:
-
Data
- Object
- Data
- Demografix::AgifyPrediction
- Defined in:
- lib/demografix/models.rb
Overview
A single agify prediction. country_id is set only when the request carried one.
Instance Attribute Summary collapse
-
#age ⇒ Object
readonly
Returns the value of attribute age.
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#country_id ⇒ Object
readonly
Returns the value of attribute country_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#age ⇒ Object (readonly)
Returns the value of attribute age
16 17 18 |
# File 'lib/demografix/models.rb', line 16 def age @age end |
#count ⇒ Object (readonly)
Returns the value of attribute count
16 17 18 |
# File 'lib/demografix/models.rb', line 16 def count @count end |
#country_id ⇒ Object (readonly)
Returns the value of attribute country_id
16 17 18 |
# File 'lib/demografix/models.rb', line 16 def country_id @country_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
16 17 18 |
# File 'lib/demografix/models.rb', line 16 def name @name end |