Class: Vk::Stats::SexAge
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#fields, find, #id, #id=, #identity_map, inherited, #initialize, #inspect, #key_field, #loader, #logger, method_missing, #method_missing, #read_attribute, #respond_to_missing?, #to_hash
Constructor Details
This class inherits a constructor from Vk::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Vk::Base
Instance Method Details
#age ⇒ Object
92 93 94 95 |
# File 'lib/vk/stats.rb', line 92 def age split_sex_age @age end |
#sex ⇒ Object
87 88 89 90 |
# File 'lib/vk/stats.rb', line 87 def sex split_sex_age @sex end |