Class: ROM::SQL::Postgres::Values::Line
- Inherits:
-
Struct
- Object
- Struct
- ROM::SQL::Postgres::Values::Line
- Defined in:
- lib/rom/sql/extensions/postgres/types/geometric.rb
Instance Attribute Summary collapse
-
#a ⇒ Object
Returns the value of attribute a.
-
#b ⇒ Object
Returns the value of attribute b.
-
#c ⇒ Object
Returns the value of attribute c.
Instance Attribute Details
#a ⇒ Object
Returns the value of attribute a
9 10 11 |
# File 'lib/rom/sql/extensions/postgres/types/geometric.rb', line 9 def a @a end |
#b ⇒ Object
Returns the value of attribute b
9 10 11 |
# File 'lib/rom/sql/extensions/postgres/types/geometric.rb', line 9 def b @b end |
#c ⇒ Object
Returns the value of attribute c
9 10 11 |
# File 'lib/rom/sql/extensions/postgres/types/geometric.rb', line 9 def c @c end |