Class: UU::OS::MetaGroup::MetaGroupGetRoleInterfaceList

Inherits:
REST::PagingCriteria show all
Defined in:
uu_os_client-0.10.6/lib/uu/os/meta_group/meta_group_get_role_interface_list.rb

Instance Attribute Summary (collapse)

Attributes inherited from REST::PagingCriteria

#page_index, #page_size

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 group. 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.

See UESQuery Documentation.



17
18
19
# File 'uu_os_client-0.10.6/lib/uu/os/meta_group/meta_group_get_role_interface_list.rb', line 17

def query
  @query
end