Method: TencentCloud::Youmall::V20180228::ShopInfo#initialize
- Defined in:
- lib/v20180228/models.rb
#initialize(companyid = nil, shopid = nil, shopname = nil, shopcode = nil, province = nil, city = nil, companyname = nil) ⇒ ShopInfo
Returns a new instance of ShopInfo.
2807 2808 2809 2810 2811 2812 2813 2814 2815 |
# File 'lib/v20180228/models.rb', line 2807 def initialize(companyid=nil, shopid=nil, shopname=nil, shopcode=nil, province=nil, city=nil, companyname=nil) @CompanyId = companyid @ShopId = shopid @ShopName = shopname @ShopCode = shopcode @Province = province @City = city @CompanyName = companyname end |