Class: ROM::SQL::Postgres::Values::LineSegment
- Inherits:
- 
      Struct
      
        - Object
- Struct
- ROM::SQL::Postgres::Values::LineSegment
 
- Defined in:
- lib/rom/sql/extensions/postgres/types/geometric.rb
Instance Attribute Summary collapse
- 
  
    
      #begin  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute begin. 
- 
  
    
      #end  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute end. 
Instance Attribute Details
#begin ⇒ Object
Returns the value of attribute begin
| 15 16 17 | # File 'lib/rom/sql/extensions/postgres/types/geometric.rb', line 15 def begin @begin end | 
#end ⇒ Object
Returns the value of attribute end
| 15 16 17 | # File 'lib/rom/sql/extensions/postgres/types/geometric.rb', line 15 def end @end end |