Class: SchemaFerry::IndexSchema
- Inherits:
-
Struct
- Object
- Struct
- SchemaFerry::IndexSchema
- Defined in:
- lib/schema_ferry/schema_model.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#lengths ⇒ Object
Returns the value of attribute lengths.
-
#name ⇒ Object
Returns the value of attribute name.
-
#orders ⇒ Object
Returns the value of attribute orders.
-
#unique ⇒ Object
Returns the value of attribute unique.
-
#using ⇒ Object
Returns the value of attribute using.
Instance Attribute Details
#columns ⇒ Object
Returns the value of attribute columns
30 31 32 |
# File 'lib/schema_ferry/schema_model.rb', line 30 def columns @columns end |
#lengths ⇒ Object
Returns the value of attribute lengths
30 31 32 |
# File 'lib/schema_ferry/schema_model.rb', line 30 def lengths @lengths end |
#name ⇒ Object
Returns the value of attribute name
30 31 32 |
# File 'lib/schema_ferry/schema_model.rb', line 30 def name @name end |
#orders ⇒ Object
Returns the value of attribute orders
30 31 32 |
# File 'lib/schema_ferry/schema_model.rb', line 30 def orders @orders end |
#unique ⇒ Object
Returns the value of attribute unique
30 31 32 |
# File 'lib/schema_ferry/schema_model.rb', line 30 def unique @unique end |
#using ⇒ Object
Returns the value of attribute using
30 31 32 |
# File 'lib/schema_ferry/schema_model.rb', line 30 def using @using end |