Class: ComicBook::CBA

Inherits:
Adapter show all
Defined in:
lib/comic_book/cba.rb

Instance Method Summary collapse

Methods inherited from Adapter

#initialize

Constructor Details

This class inherits a constructor from ComicBook::Adapter

Instance Method Details

#archive(_options = {}) ⇒ Object

Raises:



5
6
7
# File 'lib/comic_book/cba.rb', line 5

def archive _options = {}
  raise Error, 'CBA archiving not supported (ACE is proprietary)'
end

#extract(_options = {}) ⇒ Object

Raises:



9
10
11
# File 'lib/comic_book/cba.rb', line 9

def extract _options = {}
  raise Error, 'CBA extraction not yet implemented'
end

#infoObject

Raises:



13
14
15
# File 'lib/comic_book/cba.rb', line 13

def info
  raise Error, 'CBA info not yet implemented'
end

#pagesObject

Raises:



17
18
19
# File 'lib/comic_book/cba.rb', line 17

def pages
  raise Error, 'CBA page listing not yet implemented'
end