Class: SchemaFerry::Core::IndexSchema

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

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



33
34
35
# File 'lib/schema_ferry/core/schema_model.rb', line 33

def columns
  @columns
end

#lengthsObject

Returns the value of attribute lengths

Returns:

  • (Object)

    the current value of lengths



33
34
35
# File 'lib/schema_ferry/core/schema_model.rb', line 33

def lengths
  @lengths
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



33
34
35
# File 'lib/schema_ferry/core/schema_model.rb', line 33

def name
  @name
end

#ordersObject

Returns the value of attribute orders

Returns:

  • (Object)

    the current value of orders



33
34
35
# File 'lib/schema_ferry/core/schema_model.rb', line 33

def orders
  @orders
end

#uniqueObject

Returns the value of attribute unique

Returns:

  • (Object)

    the current value of unique



33
34
35
# File 'lib/schema_ferry/core/schema_model.rb', line 33

def unique
  @unique
end

#usingObject

Returns the value of attribute using

Returns:

  • (Object)

    the current value of using



33
34
35
# File 'lib/schema_ferry/core/schema_model.rb', line 33

def using
  @using
end