Class: Slackup::Ims::Im
- Inherits:
-
Struct
- Object
- Struct
- Slackup::Ims::Im
- Defined in:
- lib/slackup/ims.rb
Instance Attribute Summary collapse
-
#im_hash ⇒ Object
Returns the value of attribute im_hash.
Instance Method Summary collapse
Instance Attribute Details
#im_hash ⇒ Object
Returns the value of attribute im_hash
2 3 4 |
# File 'lib/slackup/ims.rb', line 2 def im_hash @im_hash end |
Instance Method Details
#id ⇒ Object
3 |
# File 'lib/slackup/ims.rb', line 3 def id; im_hash["id"]; end |
#user ⇒ Object
5 |
# File 'lib/slackup/ims.rb', line 5 def user; im_hash["user"]; end |