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