Module: PgTrigger
- Defined in:
- lib/pg_trigger.rb,
lib/pg_trigger/plan.rb,
lib/pg_trigger/railtie.rb,
lib/pg_trigger/scanner.rb,
lib/pg_trigger/trigger.rb,
lib/pg_trigger/version.rb,
lib/pg_trigger/generator.rb
Defined Under Namespace
Modules: Generator, Model, Noop Classes: AmbiguousConditionError, IndentedString, InvalidTriggerDefinition, Plan, Railtie, Scanner, Trigger
Constant Summary collapse
- VERSION =
"0.1.4"
Class Attribute Summary collapse
-
.migrations_path ⇒ Object
Returns the value of attribute migrations_path.
-
.raise_on_invalid_definition ⇒ Object
Returns the value of attribute raise_on_invalid_definition.
-
.schema ⇒ Object
Returns the value of attribute schema.
-
.structure_file_path ⇒ Object
Returns the value of attribute structure_file_path.
Class Attribute Details
.migrations_path ⇒ Object
Returns the value of attribute migrations_path.
11 12 13 |
# File 'lib/pg_trigger.rb', line 11 def migrations_path @migrations_path end |
.raise_on_invalid_definition ⇒ Object
Returns the value of attribute raise_on_invalid_definition.
11 12 13 |
# File 'lib/pg_trigger.rb', line 11 def raise_on_invalid_definition @raise_on_invalid_definition end |
.schema ⇒ Object
Returns the value of attribute schema.
11 12 13 |
# File 'lib/pg_trigger.rb', line 11 def schema @schema end |
.structure_file_path ⇒ Object
Returns the value of attribute structure_file_path.
11 12 13 |
# File 'lib/pg_trigger.rb', line 11 def structure_file_path @structure_file_path end |