Class: Orchestrate::Rails::SchemaCollection

Inherits:
Application::SchemaCollection show all
Defined in:
lib/orchestrate_rails/schema.rb

Overview

Rails-specific extensions to parent class.

Instance Attribute Summary collapse

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_mapObject

Returns the value of attribute attr_map.



6
7
8
# File 'lib/orchestrate_rails/schema.rb', line 6

def attr_map
  @attr_map
end

#classnameObject

Returns the value of attribute classname.



6
7
8
# File 'lib/orchestrate_rails/schema.rb', line 6

def classname
  @classname
end

#classpathObject

Returns the value of attribute classpath.



6
7
8
# File 'lib/orchestrate_rails/schema.rb', line 6

def classpath
  @classpath
end

#qmapObject

Returns the value of attribute qmap.



6
7
8
# File 'lib/orchestrate_rails/schema.rb', line 6

def qmap
  @qmap
end