Class: Harkness::StorySummary
- Inherits:
-
Base::Summary
- Object
- Shale::Mapper
- Base::Summary
- Harkness::StorySummary
- Defined in:
- lib/harkness/models/story_list.rb
Overview
The summary of a story.
Instance Attribute Summary collapse
-
#type ⇒ String
readonly
The type of the story (interior or cover).
Attributes inherited from Base::Summary
Instance Attribute Details
#type ⇒ String (readonly)
Returns the type of the story (interior or cover).
8 |
# File 'lib/harkness/models/story_list.rb', line 8 attribute :type, Shale::Type::String |