Class: Demografix::AgifyResult
- Inherits:
-
Data
- Object
- Data
- Demografix::AgifyResult
- Defined in:
- lib/demografix/models.rb
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.
-
#quota ⇒ Object
readonly
Returns the value of attribute quota.
Instance Attribute Details
#age ⇒ Object (readonly)
Returns the value of attribute age
24 25 26 |
# File 'lib/demografix/models.rb', line 24 def age @age end |
#count ⇒ Object (readonly)
Returns the value of attribute count
24 25 26 |
# File 'lib/demografix/models.rb', line 24 def count @count end |
#country_id ⇒ Object (readonly)
Returns the value of attribute country_id
24 25 26 |
# File 'lib/demografix/models.rb', line 24 def country_id @country_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
24 25 26 |
# File 'lib/demografix/models.rb', line 24 def name @name end |
#quota ⇒ Object (readonly)
Returns the value of attribute quota
24 25 26 |
# File 'lib/demografix/models.rb', line 24 def quota @quota end |