Class: ReVIEW::Book::NumberlessImageIndex

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

Instance Attribute Summary

Attributes inherited from ImageIndex

#image_finder

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from ImageIndex

#find_path, #initialize

Methods inherited from Index

#[], #add_item, #each, #initialize, #item_type, #key?, #size

Constructor Details

This class inherits a constructor from ReVIEW::Book::ImageIndex

Class Method Details

.item_typeObject



156
157
158
# File 'lib/review/book/index.rb', line 156

def self.item_type
  'numberlessimage'
end

Instance Method Details

#number(_id) ⇒ Object



160
161
162
# File 'lib/review/book/index.rb', line 160

def number(_id)
  ''
end