Sha256: c496e9fd925f3fe515e635859f9f7f6547f61fda3c03f4348ea252f45d89ceca
Contents?: true
Size: 302 Bytes
Versions: 2
Compression:
Stored size: 302 Bytes
Contents
module Workarea module GlobalE module Merchant class Category # CategoryCode # # @return [String] # def code end # Category name # # @return [String] # def name end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workarea-global_e-1.3.0 | app/services/workarea/global_e/merchant/category.rb |
workarea-global_e-1.2.1 | app/services/workarea/global_e/merchant/category.rb |