Class: Saber::Tracker::What
- 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
Constants inherited from Base
Base::DELEGATE_METHODS, Base::POPULATE_TYPES
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Gazelle
Methods inherited from Base
can_populate?, inherited, #initialize, #login, #populate, #upload
Constructor Details
This class inherits a constructor from Saber::Tracker::Base