Class: ActiveRecord::ConnectionAdapters::Spanner::DropColumnDefinition
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::ConnectionAdapters::Spanner::DropColumnDefinition
- Defined in:
- lib/active_record/connection_adapters/spanner/schema_definitions.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#table_name ⇒ Object
Returns the value of attribute table_name.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
60 61 62 |
# File 'lib/active_record/connection_adapters/spanner/schema_definitions.rb', line 60 def name @name end |
#table_name ⇒ Object
Returns the value of attribute table_name
60 61 62 |
# File 'lib/active_record/connection_adapters/spanner/schema_definitions.rb', line 60 def table_name @table_name end |