Class: TimezoneDetection::IpTimezone
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- TimezoneDetection::IpTimezone
- Includes:
- IpConvertion
- Defined in:
- app/models/timezone_detection/ip_timezone.rb
Instance Attribute Summary collapse
-
#ip ⇒ Object
Returns the value of attribute ip.
Method Summary
Methods included from IpConvertion
Instance Attribute Details
#ip ⇒ Object
Returns the value of attribute ip.
6 7 8 |
# File 'app/models/timezone_detection/ip_timezone.rb', line 6 def ip @ip end |