Class: Kentaa::Api::Clients::Projects
- Defined in:
- lib/kentaa/api/clients/projects.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Kentaa::Api::Clients::Base
Instance Method Details
#all(options = {}) ⇒ Object
7 8 9 10 |
# File 'lib/kentaa/api/clients/projects.rb', line 7 def all( = {}) projects = Kentaa::Api::Resources::Projects.new(config, ) projects.all end |