Class: RailsVisualizer::Schema::Cache::Idx

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_visualizer/schema/cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



10
11
12
# File 'lib/rails_visualizer/schema/cache.rb', line 10

def columns
  @columns
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/rails_visualizer/schema/cache.rb', line 10

def name
  @name
end

#uniqueObject

Returns the value of attribute unique

Returns:

  • (Object)

    the current value of unique



10
11
12
# File 'lib/rails_visualizer/schema/cache.rb', line 10

def unique
  @unique
end