Class: SchemaErd::Schema
- Inherits:
-
Data
- Object
- Data
- SchemaErd::Schema
- Defined in:
- lib/schema_erd.rb
Instance Attribute Summary collapse
-
#relationships ⇒ Object
readonly
Returns the value of attribute relationships.
-
#tables ⇒ Object
readonly
Returns the value of attribute tables.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#relationships ⇒ Object (readonly)
Returns the value of attribute relationships
19 20 21 |
# File 'lib/schema_erd.rb', line 19 def relationships @relationships end |
#tables ⇒ Object (readonly)
Returns the value of attribute tables
19 20 21 |
# File 'lib/schema_erd.rb', line 19 def tables @tables end |
#version ⇒ Object (readonly)
Returns the value of attribute version
19 20 21 |
# File 'lib/schema_erd.rb', line 19 def version @version end |