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
407 408 409 |
# File 'lib/rom/sql/extensions/postgres/types.rb', line 407 def center @center end |
#radius ⇒ Object
Returns the value of attribute radius
407 408 409 |
# File 'lib/rom/sql/extensions/postgres/types.rb', line 407 def radius @radius end |