Module: ChatWork::Me
- Extended by:
- EntityMethods
- Defined in:
- lib/chatwork/me.rb
Class Method Summary collapse
-
.get ⇒ Hashie::Mash
Get your account information.
Class Method Details
.get ⇒ Hashie::Mash
Get your account information
34 35 36 |
# File 'lib/chatwork/me.rb', line 34 def self.get _get("/me") end |