Sha256: fcab794d03234ca01a4d13cebc5ed325734d202ecb84b07a4be4fbb6050d95db
Contents?: true
Size: 334 Bytes
Versions: 16
Compression:
Stored size: 334 Bytes
Contents
require "goon_model_gen" module GoonModelGen module Golang class Sentence attr_reader :template_path attr_reader :type # @param template_path [string] # @param type [Type] def initialize(template_path, type) @template_path = template_path @type = type end end end end
Version data entries
16 entries across 16 versions & 1 rubygems