Class: Transifex::Projects
- Inherits:
-
Object
- Object
- Transifex::Projects
- Includes:
- CrudRequests::Create, CrudRequests::Fetch
- Defined in:
- lib/transifex/projects.rb
Constant Summary collapse
- CREATE_REQUIRED_PARAMS =
[:slug, :name, :description, :source_language_code, :repository_url, :private]
Class Method Summary collapse
Instance Method Summary collapse
Methods included from CrudRequests::Create
Methods included from CrudRequests::Fetch
Class Method Details
Instance Method Details
#fetch_with_details ⇒ Object
12 13 14 15 |
# File 'lib/transifex/projects.rb', line 12 def fetch_with_details = {:details => true} fetch() end |