Class: Lagoon::Parser::SchemaParser::TableMetadata
- Inherits:
-
Data
- Object
- Data
- Lagoon::Parser::SchemaParser::TableMetadata
- Defined in:
- lib/lagoon/parser/schema_parser.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
readonly
Returns the value of attribute columns.
-
#foreign_keys ⇒ Object
readonly
Returns the value of attribute foreign_keys.
-
#indexes ⇒ Object
readonly
Returns the value of attribute indexes.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#prefix ⇒ Object
readonly
Returns the value of attribute prefix.
-
#primary_keys ⇒ Object
readonly
Returns the value of attribute primary_keys.
-
#raw_name ⇒ Object
readonly
Returns the value of attribute raw_name.
Instance Attribute Details
#columns ⇒ Object (readonly)
Returns the value of attribute columns
7 8 9 |
# File 'lib/lagoon/parser/schema_parser.rb', line 7 def columns @columns end |
#foreign_keys ⇒ Object (readonly)
Returns the value of attribute foreign_keys
7 8 9 |
# File 'lib/lagoon/parser/schema_parser.rb', line 7 def foreign_keys @foreign_keys end |
#indexes ⇒ Object (readonly)
Returns the value of attribute indexes
7 8 9 |
# File 'lib/lagoon/parser/schema_parser.rb', line 7 def indexes @indexes end |
#name ⇒ Object (readonly)
Returns the value of attribute name
7 8 9 |
# File 'lib/lagoon/parser/schema_parser.rb', line 7 def name @name end |
#prefix ⇒ Object (readonly)
Returns the value of attribute prefix
7 8 9 |
# File 'lib/lagoon/parser/schema_parser.rb', line 7 def prefix @prefix end |
#primary_keys ⇒ Object (readonly)
Returns the value of attribute primary_keys
7 8 9 |
# File 'lib/lagoon/parser/schema_parser.rb', line 7 def primary_keys @primary_keys end |
#raw_name ⇒ Object (readonly)
Returns the value of attribute raw_name
7 8 9 |
# File 'lib/lagoon/parser/schema_parser.rb', line 7 def raw_name @raw_name end |