Sha256: b0850922d6922d385cc62fa57206b194278169967397f677b946745e16702862
Contents?: true
Size: 134 Bytes
Versions: 3
Compression:
Stored size: 134 Bytes
Contents
require "line_notify/client" module LineNotify def self.new(access_token = nil) LineNotify::Client.new(access_token) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
line_notify-1.0.1 | lib/line_notify.rb |
line_notify-1.0.0 | lib/line_notify.rb |
line_notify-0.1.0 | lib/line_notify.rb |