Class: RGeo::ActiveRecord::SpatialIndexDefinition
- Inherits:
-
Struct
- Object
- Struct
- RGeo::ActiveRecord::SpatialIndexDefinition
- Defined in:
- lib/rgeo/active_record/common_adapter_elements.rb
Overview
Index definition struct with a spatial flag field.
Instance Attribute Summary collapse
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#lengths ⇒ Object
Returns the value of attribute lengths.
-
#name ⇒ Object
Returns the value of attribute name.
-
#orders ⇒ Object
Returns the value of attribute orders.
-
#spatial ⇒ Object
Returns the value of attribute spatial.
-
#table ⇒ Object
Returns the value of attribute table.
-
#unique ⇒ Object
Returns the value of attribute unique.
-
#where ⇒ Object
Returns the value of attribute where.
Instance Attribute Details
#columns ⇒ Object
Returns the value of attribute columns
22 23 24 |
# File 'lib/rgeo/active_record/common_adapter_elements.rb', line 22 def columns @columns end |
#lengths ⇒ Object
Returns the value of attribute lengths
22 23 24 |
# File 'lib/rgeo/active_record/common_adapter_elements.rb', line 22 def lengths @lengths end |
#name ⇒ Object
Returns the value of attribute name
22 23 24 |
# File 'lib/rgeo/active_record/common_adapter_elements.rb', line 22 def name @name end |
#orders ⇒ Object
Returns the value of attribute orders
22 23 24 |
# File 'lib/rgeo/active_record/common_adapter_elements.rb', line 22 def orders @orders end |
#spatial ⇒ Object
Returns the value of attribute spatial
22 23 24 |
# File 'lib/rgeo/active_record/common_adapter_elements.rb', line 22 def spatial @spatial end |
#table ⇒ Object
Returns the value of attribute table
22 23 24 |
# File 'lib/rgeo/active_record/common_adapter_elements.rb', line 22 def table @table end |
#unique ⇒ Object
Returns the value of attribute unique
22 23 24 |
# File 'lib/rgeo/active_record/common_adapter_elements.rb', line 22 def unique @unique end |
#where ⇒ Object
Returns the value of attribute where
22 23 24 |
# File 'lib/rgeo/active_record/common_adapter_elements.rb', line 22 def where @where end |