Module: Wework::Api::Methods::Menu
- Included in:
- Agent
- Defined in:
- lib/wework/api/methods/menu.rb
Instance Method Summary collapse
Instance Method Details
#menu_create(menu) ⇒ Object
7 8 9 |
# File 'lib/wework/api/methods/menu.rb', line 7 def post 'menu/create', , params: {agentid: agent_id} end |
#menu_delete ⇒ Object
15 16 17 |
# File 'lib/wework/api/methods/menu.rb', line 15 def get 'menu/delete', params: {agentid: agent_id} end |
#menu_get ⇒ Object
11 12 13 |
# File 'lib/wework/api/methods/menu.rb', line 11 def get 'menu/get', params: {agentid: agent_id} end |