Class: GeoIP::Region

Inherits:
Struct
  • Object
show all
Defined in:
lib/geoip.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#continent_codeObject

Returns the value of attribute continent_code

Returns:

  • (Object)

    the current value of continent_code



124
125
126
# File 'lib/geoip.rb', line 124

def continent_code
  @continent_code
end

#country_code2Object

Returns the value of attribute country_code2

Returns:

  • (Object)

    the current value of country_code2



124
125
126
# File 'lib/geoip.rb', line 124

def country_code2
  @country_code2
end

#country_code3Object

Returns the value of attribute country_code3

Returns:

  • (Object)

    the current value of country_code3



124
125
126
# File 'lib/geoip.rb', line 124

def country_code3
  @country_code3
end

#country_nameObject

Returns the value of attribute country_name

Returns:

  • (Object)

    the current value of country_name



124
125
126
# File 'lib/geoip.rb', line 124

def country_name
  @country_name
end

#ipObject

Returns the value of attribute ip

Returns:

  • (Object)

    the current value of ip



124
125
126
# File 'lib/geoip.rb', line 124

def ip
  @ip
end

#region_codeObject

Returns the value of attribute region_code

Returns:

  • (Object)

    the current value of region_code



124
125
126
# File 'lib/geoip.rb', line 124

def region_code
  @region_code
end

#region_nameObject

Returns the value of attribute region_name

Returns:

  • (Object)

    the current value of region_name



124
125
126
# File 'lib/geoip.rb', line 124

def region_name
  @region_name
end

#requestObject

Returns the value of attribute request

Returns:

  • (Object)

    the current value of request



124
125
126
# File 'lib/geoip.rb', line 124

def request
  @request
end

#timezoneObject

Returns the value of attribute timezone

Returns:

  • (Object)

    the current value of timezone



124
125
126
# File 'lib/geoip.rb', line 124

def timezone
  @timezone
end

Instance Method Details

#to_hashObject



127
128
129
# File 'lib/geoip.rb', line 127

def to_hash
  Hash[each_pair.to_a]
end