module FHIR::ModelExtras

Public Class Methods

included(base) click to toggle source
# File lib/fhir_client/ext/model.rb, line 4
def self.included base
  base.include InstanceMethods
  base.extend ClassMethods
  base.attr_writer :client
end