class PSGC::Barangay
Public Instance Methods
is_rural?()
click to toggle source
# File lib/psgc/barangay.rb, line 6 def is_rural? !urban end
is_urban?()
click to toggle source
# File lib/psgc/barangay.rb, line 3 def is_urban? urban end