Class: RestIP::Result
- Inherits:
-
Object
- Object
- RestIP::Result
- Defined in:
- lib/rest_ip/result.rb
Instance Attribute Summary collapse
-
#area ⇒ Object
Returns the value of attribute area.
-
#area_id ⇒ Object
Returns the value of attribute area_id.
-
#city ⇒ Object
Returns the value of attribute city.
-
#city_id ⇒ Object
Returns the value of attribute city_id.
-
#country ⇒ Object
Returns the value of attribute country.
-
#country_id ⇒ Object
Returns the value of attribute country_id.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#isp ⇒ Object
Returns the value of attribute isp.
-
#isp_id ⇒ Object
Returns the value of attribute isp_id.
-
#region ⇒ Object
Returns the value of attribute region.
-
#region_id ⇒ Object
Returns the value of attribute region_id.
Instance Attribute Details
#area ⇒ Object
Returns the value of attribute area.
3 4 5 |
# File 'lib/rest_ip/result.rb', line 3 def area @area end |
#area_id ⇒ Object
Returns the value of attribute area_id.
3 4 5 |
# File 'lib/rest_ip/result.rb', line 3 def area_id @area_id end |
#city ⇒ Object
Returns the value of attribute city.
3 4 5 |
# File 'lib/rest_ip/result.rb', line 3 def city @city end |
#city_id ⇒ Object
Returns the value of attribute city_id.
3 4 5 |
# File 'lib/rest_ip/result.rb', line 3 def city_id @city_id end |
#country ⇒ Object
Returns the value of attribute country.
3 4 5 |
# File 'lib/rest_ip/result.rb', line 3 def country @country end |
#country_id ⇒ Object
Returns the value of attribute country_id.
3 4 5 |
# File 'lib/rest_ip/result.rb', line 3 def country_id @country_id end |
#ip ⇒ Object
Returns the value of attribute ip.
3 4 5 |
# File 'lib/rest_ip/result.rb', line 3 def ip @ip end |
#isp ⇒ Object
Returns the value of attribute isp.
3 4 5 |
# File 'lib/rest_ip/result.rb', line 3 def isp @isp end |
#isp_id ⇒ Object
Returns the value of attribute isp_id.
3 4 5 |
# File 'lib/rest_ip/result.rb', line 3 def isp_id @isp_id end |
#region ⇒ Object
Returns the value of attribute region.
3 4 5 |
# File 'lib/rest_ip/result.rb', line 3 def region @region end |
#region_id ⇒ Object
Returns the value of attribute region_id.
3 4 5 |
# File 'lib/rest_ip/result.rb', line 3 def region_id @region_id end |