Module: LineNotifyClient
- Defined in:
- lib/line_notify_client.rb,
lib/line_notify_client/http_client.rb
Defined Under Namespace
Classes: HttpClient
Class Method Summary collapse
Class Method Details
.new(access_token) ⇒ Object
12 13 14 |
# File 'lib/line_notify_client.rb', line 12 def self.new(access_token) LineNotifyClient::HttpClient.new(access_token) end |