Module: ChatWork::Me
- Defined in:
- lib/chatwork/me.rb
Class Method Summary collapse
-
.get {|response_body, response_header| ... } ⇒ Hashie::Mash
Get your account information.
Class Method Details
.get {|response_body, response_header| ... } ⇒ Hashie::Mash
Get your account information
36 37 38 |
# File 'lib/chatwork/me.rb', line 36 def self.get(&block) ChatWork.client.get_me(&block) end |