Method: ContextIO::Threads#get
- Defined in:
- lib/context_io/account/threads.rb
#get(**kwargs) ⇒ Object
31 32 33 |
# File 'lib/context_io/account/threads.rb', line 31 def get(**kwargs) get_request(given_params: kwargs, valid_params: ValidGetParams::THREAD) end |