Class: TheSchemaIs::Cops::Parser::Model
- Inherits:
-
Struct
- Object
- Struct
- TheSchemaIs::Cops::Parser::Model
- Defined in:
- lib/the_schema_is/cops/parser.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#schema ⇒ Object
Returns the value of attribute schema.
-
#source ⇒ Object
Returns the value of attribute source.
-
#table_name ⇒ Object
Returns the value of attribute table_name.
-
#table_name_node ⇒ Object
Returns the value of attribute table_name_node.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name
20 21 22 |
# File 'lib/the_schema_is/cops/parser.rb', line 20 def class_name @class_name end |
#schema ⇒ Object
Returns the value of attribute schema
20 21 22 |
# File 'lib/the_schema_is/cops/parser.rb', line 20 def schema @schema end |
#source ⇒ Object
Returns the value of attribute source
20 21 22 |
# File 'lib/the_schema_is/cops/parser.rb', line 20 def source @source end |
#table_name ⇒ Object
Returns the value of attribute table_name
20 21 22 |
# File 'lib/the_schema_is/cops/parser.rb', line 20 def table_name @table_name end |
#table_name_node ⇒ Object
Returns the value of attribute table_name_node
20 21 22 |
# File 'lib/the_schema_is/cops/parser.rb', line 20 def table_name_node @table_name_node end |