Class: ReVIEW::Book::IndepImageIndex
- Inherits:
-
ImageIndex
- Object
- Index
- ImageIndex
- ReVIEW::Book::IndepImageIndex
- 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
#find_path, #initialize, parse
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
298 299 300 |
# File 'lib/review/book/index.rb', line 298 def IndepImageIndex.item_type '(indepimage|imgtable)' end |
Instance Method Details
#number(id) ⇒ Object
302 303 304 |
# File 'lib/review/book/index.rb', line 302 def number(id) "" end |