module LineNotifyClient

Public Class Methods

new(access_token) click to toggle source
# File lib/line_notify_client.rb, line 12
def self.new(access_token)
  LineNotifyClient::HttpClient.new(access_token)
end