Sha256: c8f65aa23a1248ba50781bca3bb80bb1baa2b49a1babbfba104befe919662ba4

Contents?: true

Size: 312 Bytes

Versions: 10

Compression:

Stored size: 312 Bytes

Contents

module HealthDataStandards
  module Export
    module GreenC32
      module Record
        include TemplateHelper
        
        def export(object)
          self.template_format = "gc32"
          render(template: "record", locals: {record: object})
        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/record.rb
health-data-standards-2.2.0 lib/health-data-standards/export/green_c32/record.rb
health-data-standards-2.1.4 lib/health-data-standards/export/green_c32/record.rb
health-data-standards-2.1.3 lib/health-data-standards/export/green_c32/record.rb
health-data-standards-2.1.2 lib/health-data-standards/export/green_c32/record.rb
health-data-standards-2.1.1 lib/health-data-standards/export/green_c32/record.rb
health-data-standards-2.1.0 lib/health-data-standards/export/green_c32/record.rb
health-data-standards-2.0.0 lib/health-data-standards/export/green_c32/record.rb
health-data-standards-1.0.1 lib/health-data-standards/export/green_c32/record.rb
health-data-standards-1.0.0 lib/health-data-standards/export/green_c32/record.rb