Class: ROM::SQL::Types::PG::Line
- Inherits:
-
Struct
- Object
- Struct
- ROM::SQL::Types::PG::Line
- Defined in:
- lib/rom/sql/extensions/postgres/types.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
398 399 400 |
# File 'lib/rom/sql/extensions/postgres/types.rb', line 398 def a @a end |
#b ⇒ Object
Returns the value of attribute b
398 399 400 |
# File 'lib/rom/sql/extensions/postgres/types.rb', line 398 def b @b end |
#c ⇒ Object
Returns the value of attribute c
398 399 400 |
# File 'lib/rom/sql/extensions/postgres/types.rb', line 398 def c @c end |