Class: UU::OS::Command::CommandCreate

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os-0.29.16/lib/uu/os/command/command_create.rb

Overview

See Also:

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

- (TrueClass, FalseClass) asynchronous

Returns:

  • (TrueClass, FalseClass)

See Also:



47
48
49
# File 'uu_os-0.29.16/lib/uu/os/command/command_create.rb', line 47

def asynchronous
  @asynchronous
end

- (String) code

Returns:

  • (String)

See Also:



19
20
21
# File 'uu_os-0.29.16/lib/uu/os/command/command_create.rb', line 19

def code
  @code
end

- (UU::OS::UESURI) competent_role_uri

Returns:

See Also:



39
40
41
# File 'uu_os-0.29.16/lib/uu/os/command/command_create.rb', line 39

def competent_role_uri
  @competent_role_uri
end

- (String) controller_url_path

Returns:

  • (String)

See Also:



35
36
37
# File 'uu_os-0.29.16/lib/uu/os/command/command_create.rb', line 35

def controller_url_path
  @controller_url_path
end

- (String) description

Returns:

  • (String)

See Also:



23
24
25
# File 'uu_os-0.29.16/lib/uu/os/command/command_create.rb', line 23

def description
  @description
end

- (UU::OS::UESURI) icon_uri

Returns:

See Also:



31
32
33
# File 'uu_os-0.29.16/lib/uu/os/command/command_create.rb', line 31

def icon_uri
  @icon_uri
end

- (UU::OS::UESURI) meta_artifact_uri

Returns:

See Also:



43
44
45
# File 'uu_os-0.29.16/lib/uu/os/command/command_create.rb', line 43

def meta_artifact_uri
  @meta_artifact_uri
end

- (String) name

Returns:

  • (String)

See Also:



15
16
17
# File 'uu_os-0.29.16/lib/uu/os/command/command_create.rb', line 15

def name
  @name
end

- (UU::OS::Artifact::SecurityLevel) security_level



27
28
29
# File 'uu_os-0.29.16/lib/uu/os/command/command_create.rb', line 27

def security_level
  @security_level
end