Class: Lagoon::Parser::SchemaParser::TableMetadata

Inherits:
Data
  • Object
show all
Defined in:
lib/lagoon/parser/schema_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject (readonly)

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



7
8
9
# File 'lib/lagoon/parser/schema_parser.rb', line 7

def columns
  @columns
end

#foreign_keysObject (readonly)

Returns the value of attribute foreign_keys

Returns:

  • (Object)

    the current value of foreign_keys



7
8
9
# File 'lib/lagoon/parser/schema_parser.rb', line 7

def foreign_keys
  @foreign_keys
end

#indexesObject (readonly)

Returns the value of attribute indexes

Returns:

  • (Object)

    the current value of indexes



7
8
9
# File 'lib/lagoon/parser/schema_parser.rb', line 7

def indexes
  @indexes
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/lagoon/parser/schema_parser.rb', line 7

def name
  @name
end

#prefixObject (readonly)

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



7
8
9
# File 'lib/lagoon/parser/schema_parser.rb', line 7

def prefix
  @prefix
end

#primary_keysObject (readonly)

Returns the value of attribute primary_keys

Returns:

  • (Object)

    the current value of primary_keys



7
8
9
# File 'lib/lagoon/parser/schema_parser.rb', line 7

def primary_keys
  @primary_keys
end

#raw_nameObject (readonly)

Returns the value of attribute raw_name

Returns:

  • (Object)

    the current value of raw_name



7
8
9
# File 'lib/lagoon/parser/schema_parser.rb', line 7

def raw_name
  @raw_name
end