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
-
.license_key ⇒ Object
Returns the value of attribute license_key.
-
.user_id ⇒ Object
Returns the value of attribute user_id.
Class Attribute Details
.license_key ⇒ Object
Returns the value of attribute license_key.
15 16 17 |
# File 'lib/maxmind.rb', line 15 def license_key @license_key end |
.user_id ⇒ Object
Returns the value of attribute user_id.
16 17 18 |
# File 'lib/maxmind.rb', line 16 def user_id @user_id end |