Module: Maxmind

Defined in:
lib/maxmind.rb,
lib/maxmind/request.rb,
lib/maxmind/version.rb,
lib/maxmind/response.rb,
lib/maxmind/chargeback_request.rb,
lib/maxmind/chargeback_response.rb

Defined Under Namespace

Classes: ChargebackRequest, ChargebackResponse, Request, Response

Constant Summary collapse

SERVERS =
%w(minfraud.maxmind.com minfraud-us-east.maxmind.com minfraud-us-west.maxmind.com)
VERSION =
'0.4.5'

Class Attribute Summary collapse

Class Attribute Details

.license_keyObject

Returns the value of attribute license_key.



15
16
17
# File 'lib/maxmind.rb', line 15

def license_key
  @license_key
end

.user_idObject

Returns the value of attribute user_id.



16
17
18
# File 'lib/maxmind.rb', line 16

def user_id
  @user_id
end