Class: SchemaErd::Table
- Inherits:
-
Data
- Object
- Data
- SchemaErd::Table
- Defined in:
- lib/schema_erd.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
readonly
Returns the value of attribute columns.
-
#indexes ⇒ Object
readonly
Returns the value of attribute indexes.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#columns ⇒ Object (readonly)
Returns the value of attribute columns
17 18 19 |
# File 'lib/schema_erd.rb', line 17 def columns @columns end |
#indexes ⇒ Object (readonly)
Returns the value of attribute indexes
17 18 19 |
# File 'lib/schema_erd.rb', line 17 def indexes @indexes end |
#name ⇒ Object (readonly)
Returns the value of attribute name
17 18 19 |
# File 'lib/schema_erd.rb', line 17 def name @name end |