Class: GoonModelGen::Golang::PredeclaredType

Inherits:
Type
  • Object
show all
Defined in:
lib/goon_model_gen/golang/predeclared_type.rb

Direct Known Subclasses

Builtin, DatastoreSupported

Instance Attribute Summary

Attributes inherited from Type

#name, #package

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

Parameters:



10
11
12
# File 'lib/goon_model_gen/golang/predeclared_type.rb', line 10

def resolve(pkgs)
  # Do nothing
end