Method: Code42::Resource.collection_from_response
- Defined in:
- lib/code42/resource.rb
.collection_from_response(array) ⇒ Object
33 34 35 |
# File 'lib/code42/resource.rb', line 33 def collection_from_response(array) (array || []).map { |element| self.deserialize_and_initialize(element, self) } end |