Class: Saber::Tracker::What

Inherits:
Gazelle show all
Defined in:
lib/saber/tracker/what.rb

Constant Summary collapse

BASE_URL =
"https://what.cd"
LOGIN_CHECK_PATH =
"/inbox.php"
FIELDS =
{ 
  "E-Books" => { 
    "file_input" => :file_upload,
    "type" => :select_list,
    "title" => :text,
    "tags" => :text,
    "image" => :text,
    "desc" => :text
  }
}

Constants inherited from Gazelle

Gazelle::TAG_MAP

Constants inherited from Base

Base::DELEGATE_METHODS, Base::POPULATE_TYPES

Instance Attribute Summary

Attributes inherited from Base

#agent, #name, #options

Method Summary

Methods inherited from Gazelle

#convert_tags

Methods inherited from Base

can_populate?, inherited, #initialize, #login, #populate, #upload

Constructor Details

This class inherits a constructor from Saber::Tracker::Base