Sha256: f59da62ee6139469272b8a3196551644cc0a193e80c59f58592bbe9c768fc4d3

Contents?: true

Size: 221 Bytes

Versions: 18

Compression:

Stored size: 221 Bytes

Contents

require 'ostruct'

module HealthDataStandards
  module Export
    class RenderingContext < OpenStruct
      include TemplateHelper
      include ViewHelper

      def my_binding
        binding
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
health-data-standards-2.2.1 lib/health-data-standards/export/rendering_context.rb
health-data-standards-2.2.0 lib/health-data-standards/export/rendering_context.rb
health-data-standards-2.1.4 lib/health-data-standards/export/rendering_context.rb
health-data-standards-2.1.3 lib/health-data-standards/export/rendering_context.rb
health-data-standards-2.1.2 lib/health-data-standards/export/rendering_context.rb
health-data-standards-2.1.1 lib/health-data-standards/export/rendering_context.rb
health-data-standards-2.1.0 lib/health-data-standards/export/rendering_context.rb
health-data-standards-2.0.0 lib/health-data-standards/export/rendering_context.rb
health-data-standards-1.0.1 lib/health-data-standards/export/rendering_context.rb
health-data-standards-1.0.0 lib/health-data-standards/export/rendering_context.rb
health-data-standards-0.8.1 lib/health-data-standards/export/rendering_context.rb
health-data-standards-0.8.0 lib/health-data-standards/export/rendering_context.rb
health-data-standards-0.7.1 lib/health-data-standards/export/rendering_context.rb
health-data-standards-0.7.0 lib/health-data-standards/export/rendering_context.rb
health-data-standards-0.5.0 lib/health-data-standards/export/rendering_context.rb
health-data-standards-0.3.0 lib/health-data-standards/export/rendering_context.rb
health-data-standards-0.2.0 lib/health-data-standards/export/rendering_context.rb
health-data-standards-0.1.0 lib/health-data-standards/export/rendering_context.rb