Class: Blufin::YmlSchemaFlags

Inherits:
Object
  • Object
show all
Defined in:
lib/core/yml/schema/yml_schema_flags.rb

Instance Attribute Summary collapse

Instance Attribute Details

#auto_incrementObject

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_amountObject

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_orderObject

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_orderObject

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_rawObject

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

#indexObject

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_orderObject

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

#nullableObject

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_orderObject

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_keyObject

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_orderObject

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

#uniqueObject

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_orderObject

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