Class: ComicBook::CBA
Instance Method Summary
collapse
Methods inherited from Adapter
#initialize
Instance Method Details
#archive(_options = {}) ⇒ Object
5
6
7
|
# File 'lib/comic_book/cba.rb', line 5
def archive _options = {}
raise Error, 'CBA archiving not supported (ACE is proprietary)'
end
|
9
10
11
|
# File 'lib/comic_book/cba.rb', line 9
def _options = {}
raise Error, 'CBA extraction not yet implemented'
end
|
#info ⇒ Object
13
14
15
|
# File 'lib/comic_book/cba.rb', line 13
def info
raise Error, 'CBA info not yet implemented'
end
|
#pages ⇒ Object
17
18
19
|
# File 'lib/comic_book/cba.rb', line 17
def pages
raise Error, 'CBA page listing not yet implemented'
end
|