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
417 418 419 |
# File 'lib/rom/sql/extensions/postgres/types.rb', line 417 def lower_left @lower_left end |
#upper_right ⇒ Object
Returns the value of attribute upper_right
417 418 419 |
# File 'lib/rom/sql/extensions/postgres/types.rb', line 417 def upper_right @upper_right end |