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, parse

Methods inherited from Index

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

Constructor Details

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

Class Method Details

.item_typeObject



236
237
238
# File 'lib/review/book/index.rb', line 236

def self.item_type
  'numberlessimage'
end

Instance Method Details

#number(_id) ⇒ Object



240
241
242
# File 'lib/review/book/index.rb', line 240

def number(_id)
  ''
end