Class: ReVIEW::Book::NumberlessImageIndex

Inherits:
ImageIndex show all
Defined in:
lib/review/book/index.rb

Defined Under Namespace

Classes: Item

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from ImageIndex

#find_pathes, #initialize

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_typeObject



269
270
271
# File 'lib/review/book/index.rb', line 269

def NumberlessImageIndex.item_type
  'numberlessimage'
end

Instance Method Details

#number(id) ⇒ Object



273
274
275
# File 'lib/review/book/index.rb', line 273

def number(id)
  ""
end