Sha256: 4085fcd9f265ad804d3cf624271b456dd458a833977bf3ff7142d75d2016c4d0

Contents?: true

Size: 375 Bytes

Versions: 1

Compression:

Stored size: 375 Bytes

Contents

module ViewModelDomain
  class XsdArguments
    attr_reader :simple_type, :assessment_type, :xsd_dir_path, :gem_path

    def initialize(simple_type:, assessment_type:, xsd_dir_path: "/api/schemas/xml/**/", gem_path: "")
      @simple_type = simple_type
      @assessment_type = assessment_type
      @xsd_dir_path = xsd_dir_path
      @gem_path = gem_path
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
epb_view_models-1.0.10 lib/view_model_domain/xsd_arguments.rb