Class: YandexTracker::Collections::Users
- Defined in:
- lib/yandex_tracker/collections/users.rb
Overview
Collections::Users
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- #find(id) ⇒ Object
-
#initialize(client) ⇒ Users
constructor
A new instance of Users.
- #list(**params) ⇒ Object
- #myself(**params) ⇒ Object
Methods inherited from Base
Constructor Details
Instance Method Details
#find(id) ⇒ Object
14 15 16 17 |
# File 'lib/yandex_tracker/collections/users.rb', line 14 def find(id) response = resource.find(id) build_object(Objects::User, response) end |