Class: ROM::SQL::Postgres::Values::Box
- Inherits:
-
Struct
- Object
- Struct
- ROM::SQL::Postgres::Values::Box
- Defined in:
- lib/rom/sql/extensions/postgres/types/geometric.rb
Instance Attribute Summary collapse
-
#lower_left ⇒ Object
Returns the value of attribute lower_left.
-
#upper_right ⇒ Object
Returns the value of attribute upper_right.
Instance Attribute Details
#lower_left ⇒ Object
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_right ⇒ Object
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 |