Class: Orchestrate::Rails::SchemaCollection
- Inherits:
-
Application::SchemaCollection
- Object
- Application::SchemaCollection
- Orchestrate::Rails::SchemaCollection
- Defined in:
- lib/orchestrate_rails/schema.rb
Overview
Rails-specific extensions to parent class.
Instance Attribute Summary collapse
-
#attr_map ⇒ Object
Returns the value of attribute attr_map.
-
#classname ⇒ Object
Returns the value of attribute classname.
-
#classpath ⇒ Object
Returns the value of attribute classpath.
-
#qmap ⇒ Object
Returns the value of attribute qmap.
Attributes inherited from Application::SchemaCollection
#event_types, #graphs, #name, #properties
Method Summary
Methods inherited from Application::SchemaCollection
#define_event_type, #define_graph, #initialize
Constructor Details
This class inherits a constructor from Orchestrate::Application::SchemaCollection
Instance Attribute Details
#attr_map ⇒ Object
Returns the value of attribute attr_map.
6 7 8 |
# File 'lib/orchestrate_rails/schema.rb', line 6 def attr_map @attr_map end |
#classname ⇒ Object
Returns the value of attribute classname.
6 7 8 |
# File 'lib/orchestrate_rails/schema.rb', line 6 def classname @classname end |
#classpath ⇒ Object
Returns the value of attribute classpath.
6 7 8 |
# File 'lib/orchestrate_rails/schema.rb', line 6 def classpath @classpath end |
#qmap ⇒ Object
Returns the value of attribute qmap.
6 7 8 |
# File 'lib/orchestrate_rails/schema.rb', line 6 def qmap @qmap end |