Class: UU::OS::ArtifactSearch::ArtifactSearchResultItem
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::ArtifactSearch::ArtifactSearchResultItem
- Defined in:
- uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_result_item.rb
Instance Attribute Summary (collapse)
-
- (Object) code
Code of the entry.
-
- (Object) company_name
Returns the value of attribute company_name.
-
- (Object) company_uri
Returns the value of attribute company_uri.
-
- (Object) creation_time
Returns the value of attribute creation_time.
-
- (Object) entity_type_uri
Returns the value of attribute entity_type_uri.
-
- (Object) icon
Returns the value of attribute icon.
-
- (Object) location_name
Returns the value of attribute location_name.
-
- (Object) location_uri
Returns the value of attribute location_uri.
-
- (Object) meta_artifact_code
Returns the value of attribute meta_artifact_code.
-
- (Object) meta_artifact_name
Returns the value of attribute meta_artifact_name.
-
- (Object) meta_artifact_uri
Returns the value of attribute meta_artifact_uri.
-
- (Object) name
Name of the result item.
-
- (Object) organizational_unit_name
Returns the value of attribute organizational_unit_name.
-
- (Object) organizational_unit_uri
Returns the value of attribute organizational_unit_uri.
-
- (Object) state_icon
Returns the value of attribute state_icon.
-
- (Object) state_name
Returns the value of attribute state_name.
-
- (Object) state_type
Returns the value of attribute state_type.
-
- (Object) uri
Returns the value of attribute uri.
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
Code of the entry.
13 14 15 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_result_item.rb', line 13 def code @code end |
- (Object) company_name
Returns the value of attribute company_name
37 38 39 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_result_item.rb', line 37 def company_name @company_name end |
- (Object) company_uri
Returns the value of attribute company_uri
35 36 37 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_result_item.rb', line 35 def company_uri @company_uri end |
- (Object) creation_time
Returns the value of attribute creation_time
39 40 41 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_result_item.rb', line 39 def creation_time @creation_time end |
- (Object) entity_type_uri
Returns the value of attribute entity_type_uri
43 44 45 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_result_item.rb', line 43 def entity_type_uri @entity_type_uri end |
- (Object) icon
Returns the value of attribute icon
15 16 17 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_result_item.rb', line 15 def icon @icon end |
- (Object) location_name
Returns the value of attribute location_name
21 22 23 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_result_item.rb', line 21 def location_name @location_name end |
- (Object) location_uri
Returns the value of attribute location_uri
19 20 21 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_result_item.rb', line 19 def location_uri @location_uri end |
- (Object) meta_artifact_code
Returns the value of attribute meta_artifact_code
33 34 35 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_result_item.rb', line 33 def @meta_artifact_code end |
- (Object) meta_artifact_name
Returns the value of attribute meta_artifact_name
31 32 33 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_result_item.rb', line 31 def @meta_artifact_name end |
- (Object) meta_artifact_uri
Returns the value of attribute meta_artifact_uri
29 30 31 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_result_item.rb', line 29 def @meta_artifact_uri end |
- (Object) name
Name of the result item.
11 12 13 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_result_item.rb', line 11 def name @name end |
- (Object) organizational_unit_name
Returns the value of attribute organizational_unit_name
25 26 27 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_result_item.rb', line 25 def organizational_unit_name @organizational_unit_name end |
- (Object) organizational_unit_uri
Returns the value of attribute organizational_unit_uri
23 24 25 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_result_item.rb', line 23 def organizational_unit_uri @organizational_unit_uri end |
- (Object) state_icon
Returns the value of attribute state_icon
17 18 19 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_result_item.rb', line 17 def state_icon @state_icon end |
- (Object) state_name
Returns the value of attribute state_name
41 42 43 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_result_item.rb', line 41 def state_name @state_name end |
- (Object) state_type
Returns the value of attribute state_type
27 28 29 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_result_item.rb', line 27 def state_type @state_type end |
- (Object) uri
Returns the value of attribute uri
9 10 11 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_result_item.rb', line 9 def uri @uri end |