Method: HaveAPI::Client::ResourceInstanceList#total_count
- Defined in:
- lib/haveapi/client/resource_instance_list.rb
#total_count ⇒ Object
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 [:total_count] end |