Class: Harkness::ComicDate
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- Harkness::ComicDate
- Defined in:
- lib/harkness/models/comic.rb
Overview
The data of a comic.
Instance Attribute Summary collapse
-
#date ⇒ String
readonly
The date.
-
#type ⇒ String
readonly
A description of the date (e.g. onsale date, FOC date).
Instance Attribute Details
#date ⇒ String (readonly)
Returns the date.
11 |
# File 'lib/harkness/models/comic.rb', line 11 attribute :date, Shale::Type::String |
#type ⇒ String (readonly)
Returns a description of the date (e.g. onsale date, FOC date).
8 |
# File 'lib/harkness/models/comic.rb', line 8 attribute :type, Shale::Type::String |