module Paf::Premises::Rule011

Processing for premises elements of a PAF entry under Rule 4

Public Instance Methods

premises() click to toggle source
# File lib/paf/premises/rule011.rb, line 5
def premises
  [building_name, number_and_thoroughfare_or_locality]
end

Private Instance Methods

premises_includes_first_thoroughfare_or_locality?() click to toggle source
# File lib/paf/premises/rule011.rb, line 11
def premises_includes_first_thoroughfare_or_locality?
  true
end