class GoonModelGen::Golang::Sentence
Attributes
template_path[R]
type[R]
Public Class Methods
new(template_path, type)
click to toggle source
@param template_path
[string] @param type [Type]
# File lib/goon_model_gen/golang/sentence.rb, line 11 def initialize(template_path, type) @template_path = template_path @type = type end