Sha256: d50fe55eff297d33a41fe5a6fb2a722d24f73f470541c90364d497fad16f5acc

Contents?: true

Size: 300 Bytes

Versions: 4

Compression:

Stored size: 300 Bytes

Contents

#!ruby -Ku
# -*- encoding: UTF-8 -*-
require 'timelog4r'

t = Timelog4r.new
t.user_id = 'your Timelog ID'
t.password = 'your Password'
# t.user_agent = 'your client appli's namet'

# if you access of WEB.(not use API)
t.login

note = 'Hello, World.'
group_id = 'timeline00'
t.update(note, group_id)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
timelog4r-0.3.3 example/hello_world.rb
timelog4r-0.3.2 example/hello_world.rb
timelog4r-0.3.1 example/hello_world.rb
timelog4r-0.3.0 example/hello_world.rb