Class: UU::OS::MetaModel::ArtifactInterfaceCreate

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os-0.29.16/lib/uu/os/meta_model/artifact_interface/artifact_interface_create.rb

Overview

Artifact Interface Create DTO.

Instance Attribute Summary (collapse)

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) code



15
16
17
# File 'uu_os-0.29.16/lib/uu/os/meta_model/artifact_interface/artifact_interface_create.rb', line 15

def code
  @code
end

- (Object) description



18
19
20
# File 'uu_os-0.29.16/lib/uu/os/meta_model/artifact_interface/artifact_interface_create.rb', line 18

def description
  @description
end

- (Object) grant_all_from_territory



21
22
23
# File 'uu_os-0.29.16/lib/uu/os/meta_model/artifact_interface/artifact_interface_create.rb', line 21

def grant_all_from_territory
  @grant_all_from_territory
end

- (Object) name



12
13
14
# File 'uu_os-0.29.16/lib/uu/os/meta_model/artifact_interface/artifact_interface_create.rb', line 12

def name
  @name
end