Class: ZenfolioAPI::Model::Image
- Defined in:
- lib/ZenfolioAPI/model/image.rb
Instance Attribute Summary collapse
-
#access_descriptor ⇒ Object
readonly
Returns the value of attribute access_descriptor.
-
#caption ⇒ Object
readonly
Level 2 Fields.
-
#categories ⇒ Object
readonly
Returns the value of attribute categories.
-
#copyright ⇒ Object
readonly
Returns the value of attribute copyright.
-
#duration ⇒ Object
readonly
Returns the value of attribute duration.
-
#exif_tags ⇒ Object
readonly
Returns the value of attribute exif_tags.
-
#file_name ⇒ Object
readonly
Returns the value of attribute file_name.
-
#flags ⇒ Object
readonly
Returns the value of attribute flags.
-
#gallery ⇒ Object
readonly
Returns the value of attribute gallery.
-
#height ⇒ Object
readonly
Returns the value of attribute height.
-
#id ⇒ Object
readonly
Level 1 Fields.
-
#is_video ⇒ Object
readonly
Returns the value of attribute is_video.
-
#keywords ⇒ Object
readonly
Returns the value of attribute keywords.
-
#mailbox_id ⇒ Object
readonly
Returns the value of attribute mailbox_id.
-
#mime_type ⇒ Object
readonly
Returns the value of attribute mime_type.
-
#original_url ⇒ Object
readonly
Returns the value of attribute original_url.
-
#owner ⇒ Object
readonly
Returns the value of attribute owner.
-
#page_url ⇒ Object
readonly
Returns the value of attribute page_url.
-
#rotation ⇒ Object
readonly
Returns the value of attribute rotation.
-
#sequence ⇒ Object
readonly
Returns the value of attribute sequence.
-
#short_exif ⇒ Object
readonly
Returns the value of attribute short_exif.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
-
#taken_on ⇒ Object
readonly
Returns the value of attribute taken_on.
-
#text_cn ⇒ Object
readonly
Returns the value of attribute text_cn.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#uploaded_on ⇒ Object
readonly
Returns the value of attribute uploaded_on.
-
#url_core ⇒ Object
readonly
Returns the value of attribute url_core.
-
#url_host ⇒ Object
readonly
Returns the value of attribute url_host.
-
#url_token ⇒ Object
readonly
Returns the value of attribute url_token.
-
#views ⇒ Object
readonly
Returns the value of attribute views.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
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_descriptor ⇒ Object (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 |
#caption ⇒ Object (readonly)
Level 2 Fields
33 34 35 |
# File 'lib/ZenfolioAPI/model/image.rb', line 33 def caption @caption end |
#categories ⇒ Object (readonly)
Returns the value of attribute categories.
38 39 40 |
# File 'lib/ZenfolioAPI/model/image.rb', line 38 def categories @categories end |
#copyright ⇒ Object (readonly)
Returns the value of attribute copyright.
39 40 41 |
# File 'lib/ZenfolioAPI/model/image.rb', line 39 def copyright @copyright end |
#duration ⇒ Object (readonly)
Returns the value of attribute duration.
28 29 30 |
# File 'lib/ZenfolioAPI/model/image.rb', line 28 def duration @duration end |
#exif_tags ⇒ Object (readonly)
Returns the value of attribute exif_tags.
41 42 43 |
# File 'lib/ZenfolioAPI/model/image.rb', line 41 def end |
#file_name ⇒ Object (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 |
#flags ⇒ Object (readonly)
Returns the value of attribute flags.
26 27 28 |
# File 'lib/ZenfolioAPI/model/image.rb', line 26 def flags @flags end |
#gallery ⇒ Object (readonly)
Returns the value of attribute gallery.
18 19 20 |
# File 'lib/ZenfolioAPI/model/image.rb', line 18 def gallery @gallery end |
#height ⇒ Object (readonly)
Returns the value of attribute height.
10 11 12 |
# File 'lib/ZenfolioAPI/model/image.rb', line 10 def height @height end |
#id ⇒ Object (readonly)
Level 1 Fields
8 9 10 |
# File 'lib/ZenfolioAPI/model/image.rb', line 8 def id @id end |
#is_video ⇒ Object (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 |
#keywords ⇒ Object (readonly)
Returns the value of attribute keywords.
37 38 39 |
# File 'lib/ZenfolioAPI/model/image.rb', line 37 def keywords @keywords end |
#mailbox_id ⇒ Object (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_type ⇒ Object (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_url ⇒ Object (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 |
#owner ⇒ Object (readonly)
Returns the value of attribute owner.
13 14 15 |
# File 'lib/ZenfolioAPI/model/image.rb', line 13 def owner @owner end |
#page_url ⇒ Object (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 |
#rotation ⇒ Object (readonly)
Returns the value of attribute rotation.
40 41 42 |
# File 'lib/ZenfolioAPI/model/image.rb', line 40 def rotation @rotation end |
#sequence ⇒ Object (readonly)
Returns the value of attribute sequence.
11 12 13 |
# File 'lib/ZenfolioAPI/model/image.rb', line 11 def sequence @sequence end |
#short_exif ⇒ Object (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 |
#size ⇒ Object (readonly)
Returns the value of attribute size.
17 18 19 |
# File 'lib/ZenfolioAPI/model/image.rb', line 17 def size @size end |
#taken_on ⇒ Object (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_cn ⇒ Object (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 |
#title ⇒ Object (readonly)
Returns the value of attribute title.
14 15 16 |
# File 'lib/ZenfolioAPI/model/image.rb', line 14 def title @title end |
#uploaded_on ⇒ Object (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_core ⇒ Object (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_host ⇒ Object (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_token ⇒ Object (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 |
#views ⇒ Object (readonly)
Returns the value of attribute views.
16 17 18 |
# File 'lib/ZenfolioAPI/model/image.rb', line 16 def views @views end |
#width ⇒ Object (readonly)
Returns the value of attribute width.
9 10 11 |
# File 'lib/ZenfolioAPI/model/image.rb', line 9 def width @width end |