Class: UU::OS::MetaRole::MetaRoleRemoveRoleInterface
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::MetaRole::MetaRoleRemoveRoleInterface
- Defined in:
- uu_os_client-0.10.6/lib/uu/os/meta_role/meta_role_remove_role_interface.rb
Instance Attribute Summary (collapse)
-
- (Object) role_interface_uri
UES URI of the role interface that to be removed from the specified meta group.
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) role_interface_uri
UES URI of the role interface that to be removed from the specified meta group. When the role interface is not added, the remove command fails.
14 15 16 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_role/meta_role_remove_role_interface.rb', line 14 def role_interface_uri @role_interface_uri end |