Class: ZenfolioAPI::Model::Image

Inherits:
Record
  • Object
show all
Defined in:
lib/ZenfolioAPI/model/image.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Record

#initialize, #instance_variable_hash, #to_json

Constructor Details

This class inherits a constructor from ZenfolioAPI::Record

Instance Attribute Details

#access_descriptorObject (readonly)

Returns the value of attribute access_descriptor.



12
13
14
# File 'lib/ZenfolioAPI/model/image.rb', line 12

def access_descriptor
  @access_descriptor
end

#captionObject (readonly)

Level 2 Fields



33
34
35
# File 'lib/ZenfolioAPI/model/image.rb', line 33

def caption
  @caption
end

#categoriesObject (readonly)

Returns the value of attribute categories.



38
39
40
# File 'lib/ZenfolioAPI/model/image.rb', line 38

def categories
  @categories
end

Returns the value of attribute copyright.



39
40
41
# File 'lib/ZenfolioAPI/model/image.rb', line 39

def copyright
  @copyright
end

#durationObject (readonly)

Returns the value of attribute duration.



28
29
30
# File 'lib/ZenfolioAPI/model/image.rb', line 28

def duration
  @duration
end

#exif_tagsObject (readonly)

Returns the value of attribute exif_tags.



41
42
43
# File 'lib/ZenfolioAPI/model/image.rb', line 41

def exif_tags
  @exif_tags
end

#file_nameObject (readonly)

Returns the value of attribute file_name.



34
35
36
# File 'lib/ZenfolioAPI/model/image.rb', line 34

def file_name
  @file_name
end

#flagsObject (readonly)

Returns the value of attribute flags.



26
27
28
# File 'lib/ZenfolioAPI/model/image.rb', line 26

def flags
  @flags
end

Returns the value of attribute gallery.



18
19
20
# File 'lib/ZenfolioAPI/model/image.rb', line 18

def gallery
  @gallery
end

#heightObject (readonly)

Returns the value of attribute height.



10
11
12
# File 'lib/ZenfolioAPI/model/image.rb', line 10

def height
  @height
end

#idObject (readonly)

Level 1 Fields



8
9
10
# File 'lib/ZenfolioAPI/model/image.rb', line 8

def id
  @id
end

#is_videoObject (readonly)

Returns the value of attribute is_video.



27
28
29
# File 'lib/ZenfolioAPI/model/image.rb', line 27

def is_video
  @is_video
end

#keywordsObject (readonly)

Returns the value of attribute keywords.



37
38
39
# File 'lib/ZenfolioAPI/model/image.rb', line 37

def keywords
  @keywords
end

#mailbox_idObject (readonly)

Returns the value of attribute mailbox_id.



24
25
26
# File 'lib/ZenfolioAPI/model/image.rb', line 24

def mailbox_id
  @mailbox_id
end

#mime_typeObject (readonly)

Returns the value of attribute mime_type.



15
16
17
# File 'lib/ZenfolioAPI/model/image.rb', line 15

def mime_type
  @mime_type
end

#original_urlObject (readonly)

Returns the value of attribute original_url.



19
20
21
# File 'lib/ZenfolioAPI/model/image.rb', line 19

def original_url
  @original_url
end

#ownerObject (readonly)

Returns the value of attribute owner.



13
14
15
# File 'lib/ZenfolioAPI/model/image.rb', line 13

def owner
  @owner
end

#page_urlObject (readonly)

Returns the value of attribute page_url.



23
24
25
# File 'lib/ZenfolioAPI/model/image.rb', line 23

def page_url
  @page_url
end

#rotationObject (readonly)

Returns the value of attribute rotation.



40
41
42
# File 'lib/ZenfolioAPI/model/image.rb', line 40

def rotation
  @rotation
end

#sequenceObject (readonly)

Returns the value of attribute sequence.



11
12
13
# File 'lib/ZenfolioAPI/model/image.rb', line 11

def sequence
  @sequence
end

#short_exifObject (readonly)

Returns the value of attribute short_exif.



42
43
44
# File 'lib/ZenfolioAPI/model/image.rb', line 42

def short_exif
  @short_exif
end

#sizeObject (readonly)

Returns the value of attribute size.



17
18
19
# File 'lib/ZenfolioAPI/model/image.rb', line 17

def size
  @size
end

#taken_onObject (readonly)

Returns the value of attribute taken_on.



36
37
38
# File 'lib/ZenfolioAPI/model/image.rb', line 36

def taken_on
  @taken_on
end

#text_cnObject (readonly)

Returns the value of attribute text_cn.



25
26
27
# File 'lib/ZenfolioAPI/model/image.rb', line 25

def text_cn
  @text_cn
end

#titleObject (readonly)

Returns the value of attribute title.



14
15
16
# File 'lib/ZenfolioAPI/model/image.rb', line 14

def title
  @title
end

#uploaded_onObject (readonly)

Returns the value of attribute uploaded_on.



35
36
37
# File 'lib/ZenfolioAPI/model/image.rb', line 35

def uploaded_on
  @uploaded_on
end

#url_coreObject (readonly)

Returns the value of attribute url_core.



20
21
22
# File 'lib/ZenfolioAPI/model/image.rb', line 20

def url_core
  @url_core
end

#url_hostObject (readonly)

Returns the value of attribute url_host.



21
22
23
# File 'lib/ZenfolioAPI/model/image.rb', line 21

def url_host
  @url_host
end

#url_tokenObject (readonly)

Returns the value of attribute url_token.



22
23
24
# File 'lib/ZenfolioAPI/model/image.rb', line 22

def url_token
  @url_token
end

#viewsObject (readonly)

Returns the value of attribute views.



16
17
18
# File 'lib/ZenfolioAPI/model/image.rb', line 16

def views
  @views
end

#widthObject (readonly)

Returns the value of attribute width.



9
10
11
# File 'lib/ZenfolioAPI/model/image.rb', line 9

def width
  @width
end