Class: ROM::SQL::Types::PG::Box
- Inherits:
-
Struct
- Object
- Struct
- ROM::SQL::Types::PG::Box
- Defined in:
- lib/rom/sql/extensions/postgres/types.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
248 249 250 |
# File 'lib/rom/sql/extensions/postgres/types.rb', line 248 def lower_left @lower_left end |
#upper_right ⇒ Object
Returns the value of attribute upper_right
248 249 250 |
# File 'lib/rom/sql/extensions/postgres/types.rb', line 248 def upper_right @upper_right end |