Method: Device::Ibooks#get_epubdir_path_in_ibooks_container

Defined in:
lib/device/ibooks.rb

#get_epubdir_path_in_ibooks_containerObject



62
63
64
65
66
67
68
69
# File 'lib/device/ibooks.rb', line 62

def get_epubdir_path_in_ibooks_container
  list = Inventory.load("ibooks_epubdir_path_list")
  if list[@toc_url]
    list[@toc_url]
  else
    nil
  end
end