Class: Apia::Controller
- Inherits:
-
Object
- Object
- Apia::Controller
- Extended by:
- Defineable
- Defined in:
- lib/apia/controller.rb
Direct Known Subclasses
Class Method Summary collapse
-
.collate_objects(set) ⇒ void
Collate all objects that this controller references and add them to the given object set.
-
.definition ⇒ Apia::Definitions::Controller
Return the definition object for the controller.
Methods included from Defineable
create, inspect, method_missing, name, respond_to_missing?
Class Method Details
.collate_objects(set) ⇒ void
This method returns an undefined value.
Collate all objects that this controller references and add them to the given object set
26 27 |
# File 'lib/apia/controller.rb', line 26 def collate_objects(set) end |
.definition ⇒ Apia::Definitions::Controller
Return the definition object for the controller
17 18 19 |
# File 'lib/apia/controller.rb', line 17 def definition @definition ||= Definitions::Controller.new(Helpers.class_name_to_id(name)) end |