Class: Harkness::CreatorDataContainer

Inherits:
Base::DataContainer show all
Defined in:
lib/harkness/models/creator.rb

Overview

Container class that holds pagination information and results.

Instance Attribute Summary collapse

Attributes inherited from Base::DataContainer

#count, #limit, #offset, #total

Instance Attribute Details

#resultsArray<Harkness::Creator> (readonly)

Returns the list of creators returned by the call.

Returns:



54
# File 'lib/harkness/models/creator.rb', line 54

attribute :results, Harkness::Creator, collection: true