Class: TheSchemaIs::Cops::Parser::Model

Inherits:
Struct
  • Object
show all
Defined in:
lib/the_schema_is/cops/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameObject

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



20
21
22
# File 'lib/the_schema_is/cops/parser.rb', line 20

def class_name
  @class_name
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



20
21
22
# File 'lib/the_schema_is/cops/parser.rb', line 20

def schema
  @schema
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



20
21
22
# File 'lib/the_schema_is/cops/parser.rb', line 20

def source
  @source
end

#table_nameObject

Returns the value of attribute table_name

Returns:

  • (Object)

    the current value of table_name



20
21
22
# File 'lib/the_schema_is/cops/parser.rb', line 20

def table_name
  @table_name
end

#table_name_nodeObject

Returns the value of attribute table_name_node

Returns:

  • (Object)

    the current value of table_name_node



20
21
22
# File 'lib/the_schema_is/cops/parser.rb', line 20

def table_name_node
  @table_name_node
end