Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnDefinition

Inherits:
ColumnDefinition
  • Object
show all
Defined in:
lib/activerecord-postgres-postgis/active_record/connection_adapters/schema_definitions.rb

Instance Attribute Summary collapse

Instance Attribute Details

#spatial_typeObject

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

#sridObject

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