module GmoPayment::Configure
Attributes
@!attribute [rw] api_endpoint
@!attribute [rw] proxy @!attribute [rw] verify_mode
@!attribute [rw] error_list
@!attribute [rw] site_id
@!attribute [rw] site_pass
@!attribute [rw] shop_id
@!attribute [rw] shop_pass
@!attribute [rw] api_endpoint
@!attribute [rw] proxy @!attribute [rw] verify_mode
@!attribute [rw] error_list
@!attribute [rw] site_id
@!attribute [rw] site_pass
@!attribute [rw] shop_id
@!attribute [rw] shop_pass
@!attribute [rw] api_endpoint
@!attribute [rw] proxy @!attribute [rw] verify_mode
@!attribute [rw] error_list
@!attribute [rw] site_id
@!attribute [rw] site_pass
@!attribute [rw] shop_id
@!attribute [rw] shop_pass
@!attribute [rw] api_endpoint
@!attribute [rw] proxy @!attribute [rw] verify_mode
@!attribute [rw] error_list
@!attribute [rw] site_id
@!attribute [rw] site_pass
@!attribute [rw] shop_id
@!attribute [rw] shop_pass
@!attribute [rw] api_endpoint
@!attribute [rw] proxy @!attribute [rw] verify_mode
@!attribute [rw] error_list
@!attribute [rw] site_id
@!attribute [rw] site_pass
@!attribute [rw] shop_id
@!attribute [rw] shop_pass
@!attribute [rw] api_endpoint
@!attribute [rw] proxy @!attribute [rw] verify_mode
@!attribute [rw] error_list
@!attribute [rw] site_id
@!attribute [rw] site_pass
@!attribute [rw] shop_id
@!attribute [rw] shop_pass
@!attribute [rw] api_endpoint
@!attribute [rw] proxy @!attribute [rw] verify_mode
@!attribute [rw] error_list
@!attribute [rw] site_id
@!attribute [rw] site_pass
@!attribute [rw] shop_id
@!attribute [rw] shop_pass
@!attribute [rw] api_endpoint
@!attribute [rw] proxy @!attribute [rw] verify_mode
@!attribute [rw] error_list
@!attribute [rw] site_id
@!attribute [rw] site_pass
@!attribute [rw] shop_id
@!attribute [rw] shop_pass
Public Class Methods
See {GmoPayment.reset!}
# File lib/gmo_payment/configure.rb, line 22 def reset! instance_variables.each do |variable| remove_instance_variable(variable) end end
See {GmoPayment.setup}
# File lib/gmo_payment/configure.rb, line 17 def setup yield(self) end