Sha256: 4caec54088cd013ae09a8b5c56c2d963b30a9e9500ba30afbaa96aa118380cca

Contents?: true

Size: 333 Bytes

Versions: 3

Compression:

Stored size: 333 Bytes

Contents

module HealthDataStandards
  module Export
    module GreenC32
      module Entry
        include TemplateHelper
        
        def export(object, object_type)
          self.template_format = "gc32"
          render(partial: object_type, locals: {object_type => object})
        end
        extend self
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
health-data-standards-0.8.1 lib/health-data-standards/export/green_c32/entry.rb
health-data-standards-0.8.0 lib/health-data-standards/export/green_c32/entry.rb
health-data-standards-0.7.1 lib/health-data-standards/export/green_c32/entry.rb