Sha256: 4782e594ca1c4c7307461914b9cc282001aa0ed516e8f283bd6344442da9d2d8
Contents?: true
Size: 412 Bytes
Versions: 37
Compression:
Stored size: 412 Bytes
Contents
module ViewModelDomain class XsdArguments attr_reader :simple_type, :assessment_type, :xsd_dir_path, :gem_path, :node_hash def initialize(simple_type:, assessment_type:, xsd_dir_path: "", gem_path: "", node_hash: nil) @simple_type = simple_type @assessment_type = assessment_type @xsd_dir_path = xsd_dir_path @gem_path = gem_path @node_hash = node_hash end end end
Version data entries
37 entries across 37 versions & 1 rubygems