Class: SlackChatter::Api::Stars

Inherits:
Base
  • Object
show all
Defined in:
lib/slack_chatter/api/stars.rb

Instance Attribute Summary

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Base

#bool_as_i, #call_method, #channel_id_or_name, #initialize

Constructor Details

This class inherits a constructor from SlackChatter::Api::Base

Instance Method Details

#list(opts = {}) ⇒ Object



6
7
8
# File 'lib/slack_chatter/api/stars.rb', line 6

def list opts={}
  call_method("stars", "list", opts)
end