module Myclear

Constants

VERSION

Attributes

debug_mode[RW]
digest_type[RW]
fpx_certification[RW]
fpx_standby_certification[RW]
fpx_version[RW]
private_key[RW]
seller_exchange_id[RW]
seller_id[RW]
uat[RW]

Public Class Methods

debug_mode?() click to toggle source
# File lib/myclear.rb, line 19
def debug_mode?
  !!@debug_mode
end
service_host() click to toggle source
# File lib/myclear.rb, line 27
def service_host
  uat? ? 'https://uat.mepsfpx.com.my' : 'https://mepsfpx.com.my'
end
uat?() click to toggle source
# File lib/myclear.rb, line 23
def uat?
  !!@uat
end