Method: Code42::API::Destination#destinations
- Defined in:
- lib/code42/api/destination.rb
#destinations ⇒ Object
4 5 6 |
# File 'lib/code42/api/destination.rb', line 4 def destinations objects_from_response(Code42::Destination, :get, 'destinations', key: 'destinations') end |