Sha256: bd870b2e1aa2883c9cc1b5da87987150d1ceae27bb34977bf0ff12e955e60d70

Contents?: true

Size: 263 Bytes

Versions: 158

Compression:

Stored size: 263 Bytes

Contents

# frozen_string_literal: true

require_dependency "renalware"
require_dependency "renalware/address_presenter"

module Renalware
  class PrimaryCarePhysicianPresenter < SimpleDelegator
    def address
      AddressPresenter.new(current_address)
    end
  end
end

Version data entries

158 entries across 158 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/presenters/renalware/primary_care_physician_presenter.rb
renalware-core-2.1.0 app/presenters/renalware/primary_care_physician_presenter.rb
renalware-core-2.0.167 app/presenters/renalware/primary_care_physician_presenter.rb
renalware-core-2.0.166 app/presenters/renalware/primary_care_physician_presenter.rb
renalware-core-2.0.165 app/presenters/renalware/primary_care_physician_presenter.rb
renalware-core-2.0.164 app/presenters/renalware/primary_care_physician_presenter.rb
renalware-core-2.0.163 app/presenters/renalware/primary_care_physician_presenter.rb
renalware-core-2.0.162 app/presenters/renalware/primary_care_physician_presenter.rb
renalware-core-2.0.161 app/presenters/renalware/primary_care_physician_presenter.rb
renalware-core-2.0.160 app/presenters/renalware/primary_care_physician_presenter.rb
renalware-core-2.0.159 app/presenters/renalware/primary_care_physician_presenter.rb
renalware-core-2.0.158 app/presenters/renalware/primary_care_physician_presenter.rb
renalware-core-2.0.157 app/presenters/renalware/primary_care_physician_presenter.rb
renalware-core-2.0.156 app/presenters/renalware/primary_care_physician_presenter.rb
renalware-core-2.0.155 app/presenters/renalware/primary_care_physician_presenter.rb
renalware-core-2.0.153 app/presenters/renalware/primary_care_physician_presenter.rb
renalware-core-2.0.152 app/presenters/renalware/primary_care_physician_presenter.rb
renalware-core-2.0.151 app/presenters/renalware/primary_care_physician_presenter.rb
renalware-core-2.0.149 app/presenters/renalware/primary_care_physician_presenter.rb
renalware-core-2.0.148 app/presenters/renalware/primary_care_physician_presenter.rb