Class: SchemaFerry::IndexSchema

Inherits:
Struct
  • Object
show all
Defined in:
lib/schema_ferry/schema_model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



30
31
32
# File 'lib/schema_ferry/schema_model.rb', line 30

def columns
  @columns
end

#lengthsObject

Returns the value of attribute lengths

Returns:

  • (Object)

    the current value of lengths



30
31
32
# File 'lib/schema_ferry/schema_model.rb', line 30

def lengths
  @lengths
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



30
31
32
# File 'lib/schema_ferry/schema_model.rb', line 30

def name
  @name
end

#ordersObject

Returns the value of attribute orders

Returns:

  • (Object)

    the current value of orders



30
31
32
# File 'lib/schema_ferry/schema_model.rb', line 30

def orders
  @orders
end

#uniqueObject

Returns the value of attribute unique

Returns:

  • (Object)

    the current value of unique



30
31
32
# File 'lib/schema_ferry/schema_model.rb', line 30

def unique
  @unique
end

#usingObject

Returns the value of attribute using

Returns:

  • (Object)

    the current value of using



30
31
32
# File 'lib/schema_ferry/schema_model.rb', line 30

def using
  @using
end