Sha256: 9874281127c6ab73d0132dcc4e1984a6dd5980ab1ec74eee8c12836f6dbff6ab
Contents?: true
Size: 246 Bytes
Versions: 1
Compression:
Stored size: 246 Bytes
Contents
# coding: utf-8 module Lanmao 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lanmao-0.1.0 | lib/lanmao/http/error_code/form.rb |