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