Sha256: 9af2b36b07f5dcb0565e08f3145ce313294185c71fe53f2efbd69d14219fe698

Contents?: true

Size: 610 Bytes

Versions: 12

Compression:

Stored size: 610 Bytes

Contents

# coding: utf-8

module RockFintech
  module Http
    module ErrorCode

      def self.bank_recharge
        @_bank_recharge ||= []
      end

      def self.recharge_p
        @_recharge_p ||= []
      end

      def self.withdraw_p
        @_withdraw_p ||= []
      end

      def self.coupon_recharge
        @_coupon_recharge ||= []
      end

      def self.coupon_withdraw
        @_coupon_withdraw ||= []
      end

      def self.sign_borrower_p
        @_sign_borrower_p ||= []
      end

      def self.sign_transfer_p
        @_sign_transfer_p ||= []
      end

    end # module ErrorCode
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
rock_fintech-0.12.0 lib/rock_fintech/http/error_code/money.rb
rock_fintech-0.11.0 lib/rock_fintech/http/error_code/money.rb
rock_fintech-0.10.0 lib/rock_fintech/http/error_code/money.rb
rock_fintech-0.9.0 lib/rock_fintech/http/error_code/money.rb
rock_fintech-0.8.0 lib/rock_fintech/http/error_code/money.rb
rock_fintech-0.7.0 lib/rock_fintech/http/error_code/money.rb
rock_fintech-0.6.0 lib/rock_fintech/http/error_code/money.rb
rock_fintech-0.5.0 lib/rock_fintech/http/error_code/money.rb
rock_fintech-0.4.0 lib/rock_fintech/http/error_code/money.rb
rock_fintech-0.3.0 lib/rock_fintech/http/error_code/money.rb
rock_fintech-0.2.0 lib/rock_fintech/http/error_code/money.rb
rock_fintech-0.1.0 lib/rock_fintech/http/error_code/money.rb