Class: ROM::SQL::Types::PG::Circle
- Inherits:
-
Struct
- Object
- Struct
- ROM::SQL::Types::PG::Circle
- Defined in:
- lib/rom/sql/extensions/postgres/types.rb
Instance Attribute Summary collapse
-
#center ⇒ Object
Returns the value of attribute center.
-
#radius ⇒ Object
Returns the value of attribute radius.
Instance Attribute Details
#center ⇒ Object
Returns the value of attribute center
78 79 80 |
# File 'lib/rom/sql/extensions/postgres/types.rb', line 78 def center @center end |
#radius ⇒ Object
Returns the value of attribute radius
78 79 80 |
# File 'lib/rom/sql/extensions/postgres/types.rb', line 78 def radius @radius end |