Class: Blufin::YmlSchemaFlags
- Inherits:
-
Object
- Object
- Blufin::YmlSchemaFlags
- Defined in:
- lib/core/yml/schema/yml_schema_flags.rb
Instance Attribute Summary collapse
-
#auto_increment ⇒ Object
Returns the value of attribute auto_increment.
-
#auto_increment_amount ⇒ Object
Returns the value of attribute auto_increment_amount.
-
#auto_increment_sort_order ⇒ Object
Returns the value of attribute auto_increment_sort_order.
-
#definition_order ⇒ Object
Returns the value of attribute definition_order.
-
#flags_raw ⇒ Object
Returns the value of attribute flags_raw.
-
#index ⇒ Object
Returns the value of attribute index.
-
#index_sort_order ⇒ Object
Returns the value of attribute index_sort_order.
-
#nullable ⇒ Object
Returns the value of attribute nullable.
-
#nullable_sort_order ⇒ Object
Returns the value of attribute nullable_sort_order.
-
#primary_key ⇒ Object
Returns the value of attribute primary_key.
-
#primary_key_sort_order ⇒ Object
Returns the value of attribute primary_key_sort_order.
-
#unique ⇒ Object
Returns the value of attribute unique.
-
#unique_sort_order ⇒ Object
Returns the value of attribute unique_sort_order.
Instance Attribute Details
#auto_increment ⇒ Object
Returns the value of attribute auto_increment.
5 6 7 |
# File 'lib/core/yml/schema/yml_schema_flags.rb', line 5 def auto_increment @auto_increment end |
#auto_increment_amount ⇒ Object
Returns the value of attribute auto_increment_amount.
5 6 7 |
# File 'lib/core/yml/schema/yml_schema_flags.rb', line 5 def auto_increment_amount @auto_increment_amount end |
#auto_increment_sort_order ⇒ Object
Returns the value of attribute auto_increment_sort_order.
5 6 7 |
# File 'lib/core/yml/schema/yml_schema_flags.rb', line 5 def auto_increment_sort_order @auto_increment_sort_order end |
#definition_order ⇒ Object
Returns the value of attribute definition_order.
5 6 7 |
# File 'lib/core/yml/schema/yml_schema_flags.rb', line 5 def definition_order @definition_order end |
#flags_raw ⇒ Object
Returns the value of attribute flags_raw.
5 6 7 |
# File 'lib/core/yml/schema/yml_schema_flags.rb', line 5 def flags_raw @flags_raw end |
#index ⇒ Object
Returns the value of attribute index.
5 6 7 |
# File 'lib/core/yml/schema/yml_schema_flags.rb', line 5 def index @index end |
#index_sort_order ⇒ Object
Returns the value of attribute index_sort_order.
5 6 7 |
# File 'lib/core/yml/schema/yml_schema_flags.rb', line 5 def index_sort_order @index_sort_order end |
#nullable ⇒ Object
Returns the value of attribute nullable.
5 6 7 |
# File 'lib/core/yml/schema/yml_schema_flags.rb', line 5 def nullable @nullable end |
#nullable_sort_order ⇒ Object
Returns the value of attribute nullable_sort_order.
5 6 7 |
# File 'lib/core/yml/schema/yml_schema_flags.rb', line 5 def nullable_sort_order @nullable_sort_order end |
#primary_key ⇒ Object
Returns the value of attribute primary_key.
5 6 7 |
# File 'lib/core/yml/schema/yml_schema_flags.rb', line 5 def primary_key @primary_key end |
#primary_key_sort_order ⇒ Object
Returns the value of attribute primary_key_sort_order.
5 6 7 |
# File 'lib/core/yml/schema/yml_schema_flags.rb', line 5 def primary_key_sort_order @primary_key_sort_order end |
#unique ⇒ Object
Returns the value of attribute unique.
5 6 7 |
# File 'lib/core/yml/schema/yml_schema_flags.rb', line 5 def unique @unique end |
#unique_sort_order ⇒ Object
Returns the value of attribute unique_sort_order.
5 6 7 |
# File 'lib/core/yml/schema/yml_schema_flags.rb', line 5 def unique_sort_order @unique_sort_order end |