Class: Pumi::Bot::Wikipedia::CommunesInCambodiaArticle::District
- Inherits:
-
Location
- Object
- SimpleDelegator
- Location
- Pumi::Bot::Wikipedia::CommunesInCambodiaArticle::District
- Defined in:
- lib/pumi/bot/wikipedia/communes_in_cambodia_article.rb
Instance Method Summary collapse
Methods inherited from Location
Instance Method Details
#communes ⇒ Object
57 58 59 |
# File 'lib/pumi/bot/wikipedia/communes_in_cambodia_article.rb', line 57 def communes Pumi::Commune.where(district_id: id) end |
#villages_count ⇒ Object
61 62 63 |
# File 'lib/pumi/bot/wikipedia/communes_in_cambodia_article.rb', line 61 def villages_count Pumi::Village.where(district_id: id).count end |