Sha256: 1ab2457457f8978f253f876239757d87c550444d18fbea42436b53918bf5eb99

Contents?: true

Size: 251 Bytes

Versions: 18

Compression:

Stored size: 251 Bytes

Contents

# coding: utf-8

module RockFintech
  module Http
    module ErrorCode
      def self.sign_again_p
        @_sign_again_p ||= %w[]
      end

      def self.trustee_pay_p
        @_trustee_pay_p ||= %w[]
      end
    end # module ErrorCode
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
rock_fintech-0.19.0 lib/rock_fintech/http/error_code/form.rb
rock_fintech-0.18.4 lib/rock_fintech/http/error_code/form.rb
rock_fintech-0.18.1 lib/rock_fintech/http/error_code/form.rb
rock_fintech-0.17.0 lib/rock_fintech/http/error_code/form.rb
rock_fintech-0.16.0 lib/rock_fintech/http/error_code/form.rb
rock_fintech-0.15.0 lib/rock_fintech/http/error_code/form.rb
rock_fintech-0.14.0 lib/rock_fintech/http/error_code/form.rb
rock_fintech-0.13.0 lib/rock_fintech/http/error_code/form.rb
rock_fintech-0.12.0 lib/rock_fintech/http/error_code/form.rb
rock_fintech-0.11.0 lib/rock_fintech/http/error_code/form.rb
rock_fintech-0.10.0 lib/rock_fintech/http/error_code/form.rb
rock_fintech-0.9.0 lib/rock_fintech/http/error_code/form.rb
rock_fintech-0.8.0 lib/rock_fintech/http/error_code/form.rb
rock_fintech-0.7.0 lib/rock_fintech/http/error_code/form.rb
rock_fintech-0.6.0 lib/rock_fintech/http/error_code/form.rb
rock_fintech-0.5.0 lib/rock_fintech/http/error_code/form.rb
rock_fintech-0.4.0 lib/rock_fintech/http/error_code/form.rb
rock_fintech-0.3.0 lib/rock_fintech/http/error_code/form.rb