Sha256: 01341eabbb9d79818655cb1d5f9e02d30f0559ba6ac47ac600db5320bcbc2896

Contents?: true

Size: 962 Bytes

Versions: 7

Compression:

Stored size: 962 Bytes

Contents

# coding: utf-8

module RockFintech
  module Http
    module ErrorCode

      def self.sign_bid_query
        @_sign_bid_query ||= %w[]
      end

      def self.auto_bid_apply
        @_auto_bid_apply  ||= %w[]
      end

      def self.debt_query
        @_debt_query ||= %w[]
      end

      def self.buy_credit_p
        @_buy_credit_p ||= %w[]
      end

      def trustee_pay_p
        @_trustee_pay_p ||= %w[]
      end

      def self.sign_auto_bid_p
        @_sign_auto_bid ||= %w[]
      end

      def self.auto_bid_apply
        @_auto_bid_apply ||= %w[]
      end

      def self.revoke_auto_bid
        @_revoke_auto_bid ||= %w[]
      end

      def self.bid_apply_p
        @_bid_apply_p ||= ['RD001025']
      end

      def self.authorization_p
        @_authorization_p ||= []
      end

      def self.sign_transfer_query
        @_sign_transfer_query ||= []
      end
    end # module ErrorCode
  end # module http
end # module rockfintech

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rock_fintech-0.19.0 lib/rock_fintech/http/error_code/trade.rb
rock_fintech-0.18.4 lib/rock_fintech/http/error_code/trade.rb
rock_fintech-0.18.1 lib/rock_fintech/http/error_code/trade.rb
rock_fintech-0.17.0 lib/rock_fintech/http/error_code/trade.rb
rock_fintech-0.16.0 lib/rock_fintech/http/error_code/trade.rb
rock_fintech-0.15.0 lib/rock_fintech/http/error_code/trade.rb
rock_fintech-0.14.0 lib/rock_fintech/http/error_code/trade.rb