Class: Harkness::CharacterList

Inherits:
Shale::Mapper
  • Object
show all
Defined in:
lib/harkness/models/character_list.rb

Overview

A list of characters.

Instance Attribute Summary collapse

Instance Attribute Details

#availableInteger (readonly)

Returns the number of total available characters in this list. Will always be greater than or equal to the "returned" value.

Returns:

  • (Integer)

    the number of total available characters in this list. Will always be greater than or equal to the "returned" value.



16
# File 'lib/harkness/models/character_list.rb', line 16

attribute :available, Shale::Type::Integer

#collectionURIString (readonly)

Returns the path to the full list of characters in this collection.

Returns:

  • (String)

    the path to the full list of characters in this collection.



22
# File 'lib/harkness/models/character_list.rb', line 22

attribute :collectionURI, Shale::Type::String

#itemsArray<Harkness::CharacterSummary> (readonly)

Returns the list of returned characters in this collection.

Returns:



25
# File 'lib/harkness/models/character_list.rb', line 25

attribute :items, Harkness::CharacterSummary, collection: true

#returnedInteger (readonly)

Returns the number of characters returned in this collection (up to 20).

Returns:

  • (Integer)

    the number of characters returned in this collection (up to 20).



19
# File 'lib/harkness/models/character_list.rb', line 19

attribute :returned, Shale::Type::Integer