Class: SchemaErd::Table

Inherits:
Data
  • Object
show all
Defined in:
lib/schema_erd.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject (readonly)

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



17
18
19
# File 'lib/schema_erd.rb', line 17

def columns
  @columns
end

#indexesObject (readonly)

Returns the value of attribute indexes

Returns:

  • (Object)

    the current value of indexes



17
18
19
# File 'lib/schema_erd.rb', line 17

def indexes
  @indexes
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



17
18
19
# File 'lib/schema_erd.rb', line 17

def name
  @name
end