Class: GeoIP::Country

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



165
166
167
# File 'lib/geoip.rb', line 165

def continent_code
  @continent_code
end

#country_codeObject

Returns the value of attribute country_code

Returns:

  • (Object)

    the current value of country_code



165
166
167
# File 'lib/geoip.rb', line 165

def country_code
  @country_code
end

#country_code2Object

Returns the value of attribute country_code2

Returns:

  • (Object)

    the current value of country_code2



165
166
167
# File 'lib/geoip.rb', line 165

def country_code2
  @country_code2
end

#country_code3Object

Returns the value of attribute country_code3

Returns:

  • (Object)

    the current value of country_code3



165
166
167
# File 'lib/geoip.rb', line 165

def country_code3
  @country_code3
end

#country_nameObject

Returns the value of attribute country_name

Returns:

  • (Object)

    the current value of country_name



165
166
167
# File 'lib/geoip.rb', line 165

def country_name
  @country_name
end

#ipObject

Returns the value of attribute ip

Returns:

  • (Object)

    the current value of ip



165
166
167
# File 'lib/geoip.rb', line 165

def ip
  @ip
end

#requestObject

Returns the value of attribute request

Returns:

  • (Object)

    the current value of request



165
166
167
# File 'lib/geoip.rb', line 165

def request
  @request
end

Instance Method Details

#to_hashObject



167
168
169
# File 'lib/geoip.rb', line 167

def to_hash
  Hash[each_pair.to_a]
end