Class: Line::Bot::Request

Inherits:
Object
  • Object
show all
Defined in:
lib/line_liff.rb

Instance Method Summary collapse

Instance Method Details

#putObject



21
22
23
# File 'lib/line_liff.rb', line 21

def put
  httpclient.put(endpoint + endpoint_path, payload, header)
end