Class: EgovUtils::Address::District
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - EgovUtils::Address::District
 
 
- Defined in:
 - app/models/egov_utils/address.rb
 
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute id.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute name.
 - 
  
    
      #region_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute region_id.
 
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
      18 19 20  | 
    
      # File 'app/models/egov_utils/address.rb', line 18 def id @id end  | 
  
#name ⇒ Object
Returns the value of attribute name
      18 19 20  | 
    
      # File 'app/models/egov_utils/address.rb', line 18 def name @name end  | 
  
#region_id ⇒ Object
Returns the value of attribute region_id
      18 19 20  | 
    
      # File 'app/models/egov_utils/address.rb', line 18 def region_id @region_id end  |