Module: Rbox

Defined in:
lib/rbox.rb,
lib/rbox/item.rb,
lib/rbox/client.rb,
lib/rbox/errors.rb,
lib/rbox/download.rb,
lib/rbox/connection.rb,
lib/rbox/response/base.rb,
lib/rbox/authentication.rb,
lib/rbox/response/items/file.rb,
lib/rbox/response/items/folder.rb,
lib/rbox/utils/collect_nested_key.rb,
lib/rbox/response/items/account_tree.rb,
lib/rbox/response/authentication/logout.rb,
lib/rbox/response/authentication/ticket.rb,
lib/rbox/response/authentication/auth_token.rb,
lib/rbox/response/authentication/get_account_info.rb,
lib/rbox/response/authentication/register_new_account.rb,
lib/rbox/response/authentication/verify_registration_email.rb

Defined Under Namespace

Modules: Authentication, CollectNestedKey, Connection, Download, Item, Response Classes: ApplicationRestricted, Client, FileNotFoundError

Class Method Summary collapse

Class Method Details

.new(*arg) ⇒ Object



30
31
32
# File 'lib/rbox.rb', line 30

def new(*arg)
  Rbox::Client.new(*arg)
end