lib/ecoportal/api/v1/people.rb in ecoportal-api-0.10.2 vs lib/ecoportal/api/v1/people.rb in ecoportal-api-0.10.3

- old
+ new

@@ -4,10 +4,10 @@ # @attr_reader client [Common::Client] a `Common::Client` object that # holds the configuration of the api connection. class People extend Common::BaseClass include Common::DocHelpers - include Common::TimeOut + include Common::Client::TimeOut include Enumerable DELAY_STATUS_CHECK = 5 class_resolver :person_class, "Ecoportal::API::V1::Person"