Class: ROM::SQL::Postgres::Values::Line

Inherits:
Struct
  • Object
show all
Defined in:
lib/rom/sql/extensions/postgres/types/geometric.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aObject

Returns the value of attribute a

Returns:

  • (Object)

    the current value of a



9
10
11
# File 'lib/rom/sql/extensions/postgres/types/geometric.rb', line 9

def a
  @a
end

#bObject

Returns the value of attribute b

Returns:

  • (Object)

    the current value of b



9
10
11
# File 'lib/rom/sql/extensions/postgres/types/geometric.rb', line 9

def b
  @b
end

#cObject

Returns the value of attribute c

Returns:

  • (Object)

    the current value of c



9
10
11
# File 'lib/rom/sql/extensions/postgres/types/geometric.rb', line 9

def c
  @c
end