Class: UU::OS::MetaAccessRole::MetaAccessRoleGetRoleInterfaceList
- Inherits:
-
REST::PagingCriteria
- Object
- REST::DTO
- REST::PagingCriteria
- UU::OS::MetaAccessRole::MetaAccessRoleGetRoleInterfaceList
- Defined in:
- uu_os_client-0.10.6/lib/uu/os/meta_access_role/meta_access_role_get_role_interface_list.rb
Instance Attribute Summary (collapse)
-
- (Object) query
Returns list of the role interfaces that are added to the specified meta access role.
Attributes inherited from REST::PagingCriteria
Method Summary
Methods inherited from REST::DTO
#initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from UU::OS::REST::DTO
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class UU::OS::REST::DTO
Instance Attribute Details
- (Object) query
Returns list of the role interfaces that are added to the specified meta access role. The list of returned interfaces could be filtered by the name or code. Returned list does not contain any objects filtered out by executed UESQuery. The list is sorted by the name (and codes in case are equal) of an interface by default.
17 18 19 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_access_role/meta_access_role_get_role_interface_list.rb', line 17 def query @query end |