Class: ROM::SQL::Postgres::Values::Box

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

Instance Attribute Summary collapse

Instance Attribute Details

#lower_leftObject

Returns the value of attribute lower_left



13
14
15
# File 'lib/rom/sql/extensions/postgres/types/geometric.rb', line 13

def lower_left
  @lower_left
end

#upper_rightObject

Returns the value of attribute upper_right



13
14
15
# File 'lib/rom/sql/extensions/postgres/types/geometric.rb', line 13

def upper_right
  @upper_right
end