Module: Intercom::ApiOperations::List
- Included in:
- Service::Admin, Service::Company, Service::Contact, Service::Note, Service::Segment, Service::Subscription, Service::Tag, Service::User
- Defined in:
- lib/intercom/api_operations/list.rb
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
6 7 8 |
# File 'lib/intercom/api_operations/list.rb', line 6 def all ClientCollectionProxy.new(Utils.resource_class_to_collection_name(collection_class), client: @client) end |