Class: CentrumFaktur::API::User
- Defined in:
- lib/centrum_faktur/api/user.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from CentrumFaktur::API::Base
Instance Method Details
#list(options = {}) ⇒ Object
5 6 7 8 |
# File 'lib/centrum_faktur/api/user.rb', line 5 def list( = {}) request = connection.get("/api/1.0/users/", ) request.handle_response end |