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

Returns:

  • (Object)

    the current value of center



407
408
409
# File 'lib/rom/sql/extensions/postgres/types.rb', line 407

def center
  @center
end

#radiusObject

Returns the value of attribute radius

Returns:

  • (Object)

    the current value of radius



407
408
409
# File 'lib/rom/sql/extensions/postgres/types.rb', line 407

def radius
  @radius
end