Sha256: 8c1a1a99243a6bafb153f12413de184fee94c11c3efbdfc2f74266936bbf03ed

Contents?: true

Size: 355 Bytes

Versions: 1

Compression:

Stored size: 355 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: "", 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.11 lib/view_model_domain/xsd_arguments.rb