Skip to content

Commit

Permalink
Refactor: class -> module
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jan 11, 2018
1 parent 4937fcd commit 79a5f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chatwork/token.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ChatWork
class Token
module Token
# refresh access_token with refresh_token
#
# @param refresh_token [String]
Expand Down

0 comments on commit 79a5f22

Please sign in to comment.