Method: HaveAPI::Client::ResourceInstanceList#total_count

Defined in:
lib/haveapi/client/resource_instance_list.rb

#total_countObject

Return the total count of items. Note that for this method to work, the action that returns this object list must be invoked with meta: {count: true}, otherwise the object count is not sent.



26
27
28
# File 'lib/haveapi/client/resource_instance_list.rb', line 26

def total_count
  meta[:total_count]
end