module GmoPayment::Configure

Attributes

api_endpoint[RW]

@!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

error_list[RW]

@!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

proxy[RW]

@!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

shop_id[RW]

@!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

shop_pass[RW]

@!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

site_id[RW]

@!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

site_pass[RW]

@!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

verify_mode[RW]

@!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

reset!() click to toggle source

See {GmoPayment.reset!}

# File lib/gmo_payment/configure.rb, line 22
def reset!
  instance_variables.each do |variable|
    remove_instance_variable(variable)
  end
end
setup() { |self| ... } click to toggle source

See {GmoPayment.setup}

# File lib/gmo_payment/configure.rb, line 17
def setup
  yield(self)
end