Class: Calendlyr::OutgoingCommunicationsResource
- Defined in:
- lib/calendlyr/resources/outgoing_communications.rb
Constant Summary
Constants inherited from Resource
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
Methods inherited from Resource
Constructor Details
This class inherits a constructor from Calendlyr::Resource
Instance Method Details
#list(**params) ⇒ Object
3 4 5 6 |
# File 'lib/calendlyr/resources/outgoing_communications.rb', line 3 def list(**params) response = get_request("outgoing_communications", params: params) Collection.from_response(response, type: Object, client: client) end |