Class: ROM::SQL::Postgres::Values::Circle
- Inherits:
- 
      Struct
      
        - Object
- Struct
- ROM::SQL::Postgres::Values::Circle
 
- Defined in:
- lib/rom/sql/extensions/postgres/types/geometric.rb
Instance Attribute Summary collapse
- 
  
    
      #center  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute center. 
- 
  
    
      #radius  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute radius. 
Instance Attribute Details
#center ⇒ Object
Returns the value of attribute center
| 11 12 13 | # File 'lib/rom/sql/extensions/postgres/types/geometric.rb', line 11 def center @center end | 
#radius ⇒ Object
Returns the value of attribute radius
| 11 12 13 | # File 'lib/rom/sql/extensions/postgres/types/geometric.rb', line 11 def radius @radius end |