Sha256: 50cb1eab65fb6afa34b5d2c2f587c94d153b3853d578ba413115aadb0416947c

Contents?: true

Size: 505 Bytes

Versions: 1

Compression:

Stored size: 505 Bytes

Contents

# coding: utf-8

module Lanmao
  module Http
    module ErrorCode

      def self.batch_payment_b
        @_batch_payment ||= %w[]
      end

      def self.batch_repayment_b
        @_batch_payment ||= %w[RD000195]
      end

      def self.batch_end_credit_b
        @_batch_payment ||= %w[]
      end

      def self.batch_coupon_b
        @_batch_coupon_b ||= %w[]
      end

      def self.batch_notify_resend_b
        @_batch_notify_resend_b ||= %w[]
      end
    end # module ErrorCode
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lanmao-0.1.0 lib/lanmao/http/error_code/batch.rb