Class: Harkness::CharacterDataContainer

Inherits:
Base::DataContainer show all
Defined in:
lib/harkness/models/character.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::Character> (readonly)

Returns the list of characters returned by the call.

Returns:



45
# File 'lib/harkness/models/character.rb', line 45

attribute :results, Harkness::Character, collection: true