Class: GoonModelGen::Golang::PredeclaredType
- Defined in:
- lib/goon_model_gen/golang/predeclared_type.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Type
Instance Method Summary collapse
Methods inherited from Type
#initialize, #memo, #qualified_name
Constructor Details
This class inherits a constructor from GoonModelGen::Golang::Type
Instance Method Details
#resolve(pkgs) ⇒ Object
10 11 12 |
# File 'lib/goon_model_gen/golang/predeclared_type.rb', line 10 def resolve(pkgs) # Do nothing end |