class Apia::Controller
Public Class Methods
collate_objects(set)
click to toggle source
Collate all objects that this controller references and add them to the given object set
@param set [Apia::ObjectSet] @return [void]
# File lib/apia/controller.rb, line 26 def collate_objects(set) end
definition()
click to toggle source
Return the definition object for the controller
@return [Apia::Definitions::Controller]
# File lib/apia/controller.rb, line 17 def definition @definition ||= Definitions::Controller.new(Helpers.class_name_to_id(name)) end