Class: SchemaErd::Schema

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

Instance Attribute Summary collapse

Instance Attribute Details

#relationshipsObject (readonly)

Returns the value of attribute relationships

Returns:

  • (Object)

    the current value of relationships



19
20
21
# File 'lib/schema_erd.rb', line 19

def relationships
  @relationships
end

#tablesObject (readonly)

Returns the value of attribute tables

Returns:

  • (Object)

    the current value of tables



19
20
21
# File 'lib/schema_erd.rb', line 19

def tables
  @tables
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



19
20
21
# File 'lib/schema_erd.rb', line 19

def version
  @version
end