Module: Parliament::Grom::Decorator::PostalAddress
- Defined in:
- lib/parliament/grom/decorator/postal_address.rb
Overview
Decorator namespace for Grom::Node instances with type: id.ukpds.org/schema/PostalAddress
Instance Method Summary collapse
-
#full_address ⇒ String
Builds a full address using the lines of the address and the postcode.
Instance Method Details
#full_address ⇒ String
Builds a full address using the lines of the address and the postcode.
9 10 11 |
# File 'lib/parliament/grom/decorator/postal_address.rb', line 9 def full_address address_array.join(', ') end |