Class: Harkness::CreatorList
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- Harkness::CreatorList
- Defined in:
- lib/harkness/models/creator_list.rb
Overview
A list of creators.
Instance Attribute Summary collapse
-
#available ⇒ Integer
readonly
The number of total available creators in this list.
-
#collectionURI ⇒ String
readonly
The path to the full list of creators in this collection.
-
#offset ⇒ Array<Harkness::CreatorySummary>
readonly
The list of returned creators in this collection.
-
#returned ⇒ Integer
readonly
The number of creators returned in this collection (up to 20).
Instance Attribute Details
#available ⇒ Integer (readonly)
Returns the number of total available creators in this list. Will always be greater than or equal to the "returned" value.
16 |
# File 'lib/harkness/models/creator_list.rb', line 16 attribute :available, Shale::Type::Integer |
#collectionURI ⇒ String (readonly)
Returns the path to the full list of creators in this collection.
22 |
# File 'lib/harkness/models/creator_list.rb', line 22 attribute :collectionURI, Shale::Type::String |
#offset ⇒ Array<Harkness::CreatorySummary> (readonly)
Returns the list of returned creators in this collection.
25 |
# File 'lib/harkness/models/creator_list.rb', line 25 attribute :items, Harkness::CreatorSummary, collection: true |
#returned ⇒ Integer (readonly)
Returns the number of creators returned in this collection (up to 20).
19 |
# File 'lib/harkness/models/creator_list.rb', line 19 attribute :returned, Shale::Type::Integer |