Class: Line::Bot::Request
- Inherits:
-
Object
- Object
- Line::Bot::Request
- Defined in:
- lib/line_liff.rb
Instance Method Summary collapse
Instance Method Details
#put ⇒ Object
21 22 23 |
# File 'lib/line_liff.rb', line 21 def put httpclient.put(endpoint + endpoint_path, payload, header) end |