Class: ReVIEW::Book::NumberlessImageIndex
- Inherits:
-
ImageIndex
- Object
- Index
- ImageIndex
- ReVIEW::Book::NumberlessImageIndex
- Defined in:
- lib/review/book/index.rb
Defined Under Namespace
Classes: Item
Instance Attribute Summary
Attributes inherited from ImageIndex
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from ImageIndex
Methods inherited from Index
#[], #each, #has_key?, #initialize, item_class, #item_type, parse
Constructor Details
This class inherits a constructor from ReVIEW::Book::ImageIndex
Class Method Details
.item_type ⇒ Object
261 262 263 |
# File 'lib/review/book/index.rb', line 261 def NumberlessImageIndex.item_type 'numberlessimage' end |
Instance Method Details
#number(id) ⇒ Object
265 266 267 |
# File 'lib/review/book/index.rb', line 265 def number(id) "" end |