Sha256: 029707302964f14ffa1ab3a0aaa6f59650b908cb82f3b7b36015eecc89ab7ed6

Contents?: true

Size: 352 Bytes

Versions: 10

Compression:

Stored size: 352 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, type: object_type})
        end
        extend self
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
health-data-standards-2.2.1 lib/health-data-standards/export/green_c32/entry.rb
health-data-standards-2.2.0 lib/health-data-standards/export/green_c32/entry.rb
health-data-standards-2.1.4 lib/health-data-standards/export/green_c32/entry.rb
health-data-standards-2.1.3 lib/health-data-standards/export/green_c32/entry.rb
health-data-standards-2.1.2 lib/health-data-standards/export/green_c32/entry.rb
health-data-standards-2.1.1 lib/health-data-standards/export/green_c32/entry.rb
health-data-standards-2.1.0 lib/health-data-standards/export/green_c32/entry.rb
health-data-standards-2.0.0 lib/health-data-standards/export/green_c32/entry.rb
health-data-standards-1.0.1 lib/health-data-standards/export/green_c32/entry.rb
health-data-standards-1.0.0 lib/health-data-standards/export/green_c32/entry.rb