Sha256: b39a330c720d0296a4facd67d4f4c4045febcb036e5b7ffee3a78a9fc5dab3ac
Contents?: true
Size: 305 Bytes
Versions: 15
Compression:
Stored size: 305 Bytes
Contents
# coding: utf-8 require 'goa_model_gen' require 'goa_model_gen/type' module GoaModelGen class SourceFile attr_reader :yaml_path, :types def initialize(yaml_path, types) @yaml_path, @types = yaml_path, types end def basename File.basename(yaml_path, ".*") end end end
Version data entries
15 entries across 15 versions & 1 rubygems