Class: UU::OS::Attachment::AttachmentVersionAttributes

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

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

UESURI of the attachment.



25
26
27
# File 'uu_os-0.29.16/lib/uu/os/attachment/attachment_version_attributes.rb', line 25

def attachment_uri
  @attachment_uri
end

- (Object) code

Code of the attachment version.



16
17
18
# File 'uu_os-0.29.16/lib/uu/os/attachment/attachment_version_attributes.rb', line 16

def code
  @code
end

- (Object) creation_stamp

Creation stamp of the attachment version.



34
35
36
# File 'uu_os-0.29.16/lib/uu/os/attachment/attachment_version_attributes.rb', line 34

def creation_stamp
  @creation_stamp
end

- (Object) creation_time

Creation time of the attachment version.



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

def creation_time
  @creation_time
end

- (Object) label

Label of the attachment version.



28
29
30
# File 'uu_os-0.29.16/lib/uu/os/attachment/attachment_version_attributes.rb', line 28

def label
  @label
end

- (Object) name

Name of the attachment version.



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

def name
  @name
end

- (Object) version

Version number of the attachment version.



22
23
24
# File 'uu_os-0.29.16/lib/uu/os/attachment/attachment_version_attributes.rb', line 22

def version
  @version
end

- (Object) version_id

Id of the attachment version.



13
14
15
# File 'uu_os-0.29.16/lib/uu/os/attachment/attachment_version_attributes.rb', line 13

def version_id
  @version_id
end