Class: ReVIEW::Book::IndepImageIndex

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



287
288
289
# File 'lib/review/book/index.rb', line 287

def IndepImageIndex.item_type
  'indepimage'
end

Instance Method Details

#number(id) ⇒ Object



291
292
293
# File 'lib/review/book/index.rb', line 291

def number(id)
  ""
end