Sha256: eb1b752022eafba5ff800a22134f0790372c206658e91cff4d178565146bb9bf
Contents?: true
Size: 266 Bytes
Versions: 12
Compression:
Stored size: 266 Bytes
Contents
module ResoTransport EntitySet = Struct.new(:name, :schema, :entity_type) do def self.from_stream(args) schema, entity_type = ResoTransport.split_schema_and_class_name(args["EntityType"]) new(args["Name"], schema, entity_type) end end end
Version data entries
12 entries across 12 versions & 1 rubygems