Sha256: 4b9311450e3a180f4e62741789bc9605d3af9e0a910694038ad39eff6edce3d1

Contents?: true

Size: 731 Bytes

Versions: 8

Compression:

Stored size: 731 Bytes

Contents

# coding: utf-8

module RockFintech
  module Http
    module ErrorCode

      def self.batch_query_payment_b
        @_batch_query_payment ||= %w[]
      end

      def self.batch_query_repayment_b
        @_batch_query_repayment ||= %w[]
      end

      def self.apply_bid_query
        @_apply_bid_query ||= %w[RD000094 RD000201 RD000210]
      end

      def self.batch_new_query_payment_b
        @_batch_new_query_payment ||= %w[]
      end

      def self.batch_new_query_repayment_b
        @_batch_new_query_repayment ||= %w[]
      end

      def self.buy_credit_query
        @_buy_credit_query ||= %w[]
      end

      def self.money_query
        @_money_query ||= %w[]
      end
    end # module ErrorCode
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rock_fintech-0.10.0 lib/rock_fintech/http/error_code/query.rb
rock_fintech-0.9.0 lib/rock_fintech/http/error_code/query.rb
rock_fintech-0.8.0 lib/rock_fintech/http/error_code/query.rb
rock_fintech-0.7.0 lib/rock_fintech/http/error_code/query.rb
rock_fintech-0.6.0 lib/rock_fintech/http/error_code/query.rb
rock_fintech-0.5.0 lib/rock_fintech/http/error_code/query.rb
rock_fintech-0.4.0 lib/rock_fintech/http/error_code/query.rb
rock_fintech-0.3.0 lib/rock_fintech/http/error_code/query.rb