Class: ROM::SQL::Types::PG::Circle

Inherits:
Struct
  • Object
show all
Defined in:
lib/rom/sql/extensions/postgres/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#centerObject

Returns the value of attribute center



419
420
421
# File 'lib/rom/sql/extensions/postgres/types.rb', line 419

def center
  @center
end

#radiusObject

Returns the value of attribute radius



419
420
421
# File 'lib/rom/sql/extensions/postgres/types.rb', line 419

def radius
  @radius
end