Module: Closeio::Client::CustomActivityType
- Included in:
- Closeio::Client
- Defined in:
- lib/closeio/resources/custom_activity_type.rb
Instance Method Summary collapse
Instance Method Details
#find_custom_activity_type(id) ⇒ Object
8 9 10 |
# File 'lib/closeio/resources/custom_activity_type.rb', line 8 def find_custom_activity_type(id) get("#{custom_activity_type_path}#{id}/") end |
#list_custom_activity_types ⇒ Object
4 5 6 |
# File 'lib/closeio/resources/custom_activity_type.rb', line 4 def list_custom_activity_types get(custom_activity_type_path) end |