Class: Perka::Model::StreetAddress

Inherits:
Flatpack::Core::BaseHasUuid
  • Object
show all
Defined in:
lib/perka/model/street_address.rb

Overview

A simple representation of a mailing address. It is intended to be used as a payload carrier object or as an embeddable JPA object. <p> All of the properties in this object are marked as PermitAll because access to the StreetAddress itself is controlled by the enclosing object.

Constant Summary collapse

PROPERTY_NAMES =
[
  :address_2,
  :city,
  :zip,
  :address,
  :state,
  :country
]