Sha256: 39e5c20e8bf68dfdf420971ed76ee1dd7c4b1a3685fd9fd5da4da6fe67833c73

Contents?: true

Size: 288 Bytes

Versions: 12

Compression:

Stored size: 288 Bytes

Contents

<% tag_name ||= "address"%>
<<%=tag_name%>>
  <% address.street.each do |street| %>
    <streetAddressLine><%= street %></streetAddressLine>
  <% end %>
  <city><%= address.city %></city>
  <state><%= address.state %></state>
  <postalCode><%= address.zip %></postalCode>
</<%=tag_name%>>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
health-data-standards-2.2.1 templates/_address.gc32.erb
health-data-standards-2.2.0 templates/_address.gc32.erb
health-data-standards-2.1.4 templates/_address.gc32.erb
health-data-standards-2.1.3 templates/_address.gc32.erb
health-data-standards-2.1.2 templates/_address.gc32.erb
health-data-standards-2.1.1 templates/_address.gc32.erb
health-data-standards-2.1.0 templates/_address.gc32.erb
health-data-standards-2.0.0 templates/_address.gc32.erb
health-data-standards-1.0.1 templates/_address.gc32.erb
health-data-standards-1.0.0 templates/_address.gc32.erb
health-data-standards-0.8.1 templates/_address.gc32.erb
health-data-standards-0.8.0 templates/_address.gc32.erb