module JapanZipcode::Model

Public Instance Methods

full_name() click to toggle source
# File lib/japan_zipcode/model.rb, line 6
def full_name
  "#{town}#{city}#{prefecture}"
end