Module: Printos::AaaOrganization
- Included in:
- AaaService
- Defined in:
- lib/printos/aaa_service.rb
Constant Summary collapse
- ORGANIZATIONS_PATH =
"#{API_BASE_PATH}/organizations"
Instance Method Summary collapse
Instance Method Details
#organization ⇒ Object
11 12 13 |
# File 'lib/printos/aaa_service.rb', line 11 def organization get_resource(ORGANIZATIONS_PATH) end |
#update_organization(payload) ⇒ Object
15 16 17 |
# File 'lib/printos/aaa_service.rb', line 15 def update_organization(payload) put_resource(ORGANIZATIONS_PATH, payload) end |