Class: Harkness::StoryDataContainer

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

Returns the list of stories returned by the call.

Returns:



49
# File 'lib/harkness/models/story.rb', line 49

attribute :results, Harkness::Story, collection: true