Method: Trello::CustomField.find
- Defined in:
- lib/trello/custom_field.rb
.find(id, params = {}) ⇒ Object
Find a custom field by its id.
45 46 47 |
# File 'lib/trello/custom_field.rb', line 45 def find(id, params = {}) client.find('customFields', id, params) end |