Class: ConventionalModels::Config
- Inherits:
-
Object
- Object
- ConventionalModels::Config
- Defined in:
- lib/conventional_models/config.rb
Defined Under Namespace
Classes: Builder
Instance Attribute Summary collapse
-
#base_class ⇒ Object
Returns the value of attribute base_class.
-
#belongs_to_matcher ⇒ Object
Returns the value of attribute belongs_to_matcher.
-
#belongs_to_name ⇒ Object
Returns the value of attribute belongs_to_name.
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#connection ⇒ Object
Returns the value of attribute connection.
-
#ignored_tables ⇒ Object
Returns the value of attribute ignored_tables.
-
#module_name ⇒ Object
Returns the value of attribute module_name.
-
#primary_key_name ⇒ Object
Returns the value of attribute primary_key_name.
Instance Method Summary collapse
-
#initialize(&block) ⇒ Config
constructor
A new instance of Config.
Constructor Details
Instance Attribute Details
#base_class ⇒ Object
Returns the value of attribute base_class.
8 9 10 |
# File 'lib/conventional_models/config.rb', line 8 def base_class @base_class end |
#belongs_to_matcher ⇒ Object
Returns the value of attribute belongs_to_matcher.
8 9 10 |
# File 'lib/conventional_models/config.rb', line 8 def belongs_to_matcher @belongs_to_matcher end |
#belongs_to_name ⇒ Object
Returns the value of attribute belongs_to_name.
8 9 10 |
# File 'lib/conventional_models/config.rb', line 8 def belongs_to_name @belongs_to_name end |
#class_name ⇒ Object
Returns the value of attribute class_name.
8 9 10 |
# File 'lib/conventional_models/config.rb', line 8 def class_name @class_name end |
#connection ⇒ Object
Returns the value of attribute connection.
8 9 10 |
# File 'lib/conventional_models/config.rb', line 8 def connection @connection end |
#ignored_tables ⇒ Object
Returns the value of attribute ignored_tables.
8 9 10 |
# File 'lib/conventional_models/config.rb', line 8 def ignored_tables @ignored_tables end |
#module_name ⇒ Object
Returns the value of attribute module_name.
8 9 10 |
# File 'lib/conventional_models/config.rb', line 8 def module_name @module_name end |
#primary_key_name ⇒ Object
Returns the value of attribute primary_key_name.
8 9 10 |
# File 'lib/conventional_models/config.rb', line 8 def primary_key_name @primary_key_name end |