Module: Moneybookers

Defined in:
lib/moneybookers.rb,
lib/moneybookers/request.rb,
lib/moneybookers/version.rb

Defined Under Namespace

Modules: API, PaymentGateway, Signature Classes: Request

Constant Summary collapse

HOST =
"https://www.moneybookers.com/"
SERVICE_IPS =
%w{213.129.75.201 213.129.75.203 91.208.28.7 91.208.28.8 91.208.28.9 91.208.28.4 91.208.28.5 91.208.28.6
193.105.47.4 193.105.47.5 193.105.47.6 193.105.47.7 193.105.47.8 193.105.47.9}
VERSION =
"0.0.1"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.emailObject

Returns the value of attribute email.



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

def email
  @email
end

.merchant_idObject

Returns the value of attribute merchant_id.



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

def merchant_id
  @merchant_id
end

.passwordObject

Returns the value of attribute password.



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

def password
  @password
end

.secret_word_md5Object

Returns the value of attribute secret_word_md5.



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

def secret_word_md5
  @secret_word_md5
end

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Moneybookers)

    the object that the method was called on



18
19
20
# File 'lib/moneybookers.rb', line 18

def configure
  yield self
end