Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnDefinition
- Inherits:
-
ColumnDefinition
- Object
- ColumnDefinition
- ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnDefinition
- Defined in:
- lib/activerecord-postgres-postgis/active_record/connection_adapters/schema_definitions.rb
Instance Attribute Summary collapse
-
#spatial_type ⇒ Object
Returns the value of attribute spatial_type.
-
#srid ⇒ Object
Returns the value of attribute srid.
Instance Attribute Details
#spatial_type ⇒ Object
Returns the value of attribute spatial_type.
29 30 31 |
# File 'lib/activerecord-postgres-postgis/active_record/connection_adapters/schema_definitions.rb', line 29 def spatial_type @spatial_type end |
#srid ⇒ Object
Returns the value of attribute srid.
29 30 31 |
# File 'lib/activerecord-postgres-postgis/active_record/connection_adapters/schema_definitions.rb', line 29 def srid @srid end |