Class: UU::OS::BasicGroup::BasicGroupGetArtifactInterfaceListItem
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::BasicGroup::BasicGroupGetArtifactInterfaceListItem
- Defined in:
- uu_os-0.29.16/lib/uu/os/basic_group/basic_group_get_artifact_interface_list_item.rb
Instance Attribute Summary (collapse)
-
- (Object) artifact_interface_code
Code of the artifact interface that is connected to the specified basic 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) artifact_interface_code
Code of the artifact interface that is connected to the specified basic group.
13 14 15 |
# File 'uu_os-0.29.16/lib/uu/os/basic_group/basic_group_get_artifact_interface_list_item.rb', line 13 def artifact_interface_code @artifact_interface_code end |