Module: Model::Menu::MiniProgramMenu

Included in:
Wechat::MiniProgramMenu
Defined in:
app/models/wechat/model/menu/mini_program_menu.rb

Instance Method Summary collapse

Instance Method Details

#as_jsonObject



4
5
6
7
8
9
10
11
12
# File 'app/models/wechat/model/menu/mini_program_menu.rb', line 4

def as_json
  {
    type: 'miniprogram',
    name: name,
    url: value,
    appid: mp_appid,
    pagepath: mp_pagepath
  }
end