Class: ZenfolioAPI::Model::Gallery

Inherits:
Record
  • Object
show all
Defined in:
lib/ZenfolioAPI/model/gallery.rb,
lib/ZenfolioAPI/model/message.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

#bodyObject (readonly)

Returns the value of attribute body.



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

def body
  @body
end

#captionObject (readonly)

Returns the value of attribute caption.



6
7
8
# File 'lib/ZenfolioAPI/model/gallery.rb', line 6

def caption
  @caption
end

#created_onObject (readonly)

Returns the value of attribute created_on.



7
8
9
# File 'lib/ZenfolioAPI/model/gallery.rb', line 7

def created_on
  @created_on
end

Returns the value of attribute featured_index.



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

def featured_index
  @featured_index
end

#group_indexObject (readonly)

Returns the value of attribute group_index.



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

def group_index
  @group_index
end

#hide_brandingObject (readonly)

Returns the value of attribute hide_branding.



29
30
31
# File 'lib/ZenfolioAPI/model/gallery.rb', line 29

def hide_branding
  @hide_branding
end

#idObject (readonly)

Returns the value of attribute id.



4
5
6
# File 'lib/ZenfolioAPI/model/gallery.rb', line 4

def id
  @id
end

#image_countObject (readonly)

Returns the value of attribute image_count.



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

def image_count
  @image_count
end

#indexObject (readonly)

Returns the value of attribute index.



4
5
6
# File 'lib/ZenfolioAPI/model/message.rb', line 4

def index
  @index
end

#is_privateObject (readonly)

Returns the value of attribute is_private.



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

def is_private
  @is_private
end

#is_random_title_photoObject (readonly)

Returns the value of attribute is_random_title_photo.



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

def is_random_title_photo
  @is_random_title_photo
end

#keywordsObject (readonly)

Returns the value of attribute keywords.



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

def keywords
  @keywords
end

#mailbox_idObject (readonly)

Returns the value of attribute mailbox_id.



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

def mailbox_id
  @mailbox_id
end

#modified_onObject (readonly)

Returns the value of attribute modified_on.



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

def modified_on
  @modified_on
end

#ownerObject (readonly)

Returns the value of attribute owner.



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

def owner
  @owner
end

#page_urlObject (readonly)

Returns the value of attribute page_url.



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

def page_url
  @page_url
end

#parent_groupsObject (readonly)

Returns the value of attribute parent_groups.



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

def parent_groups
  @parent_groups
end

#photo_bytesObject (readonly)

Returns the value of attribute photo_bytes.



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

def photo_bytes
  @photo_bytes
end

#photo_countObject (readonly)

Returns the value of attribute photo_count.



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

def photo_count
  @photo_count
end

#photo_list_cnObject (readonly)

Returns the value of attribute photo_list_cn.



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

def photo_list_cn
  @photo_list_cn
end

#photosObject

Returns the value of attribute photos.



31
32
33
# File 'lib/ZenfolioAPI/model/gallery.rb', line 31

def photos
  @photos
end

#posted_onObject (readonly)

Returns the value of attribute posted_on.



6
7
8
# File 'lib/ZenfolioAPI/model/message.rb', line 6

def posted_on
  @posted_on
end

#poster_emailObject (readonly)

Returns the value of attribute poster_email.



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

def poster_email
  @poster_email
end

#poster_login_nameObject (readonly)

Returns the value of attribute poster_login_name.



7
8
9
# File 'lib/ZenfolioAPI/model/message.rb', line 7

def 
  @poster_login_name
end

#poster_urlObject (readonly)

Returns the value of attribute poster_url.



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

def poster_url
  @poster_url
end

#text_cnObject (readonly)

Returns the value of attribute text_cn.



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

def text_cn
  @text_cn
end

#titleObject (readonly)

Returns the value of attribute title.



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

def title
  @title
end

#title_photoObject (readonly)

Returns the value of attribute title_photo.



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

def title_photo
  @title_photo
end

#typeObject (readonly)

Returns the value of attribute type.



5
6
7
# File 'lib/ZenfolioAPI/model/gallery.rb', line 5

def type
  @type
end

#upload_urlObject (readonly)

Returns the value of attribute upload_url.



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

def upload_url
  @upload_url
end

#video_countObject (readonly)

Returns the value of attribute video_count.



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

def video_count
  @video_count
end

#video_upload_urlObject (readonly)

Returns the value of attribute video_upload_url.



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

def video_upload_url
  @video_upload_url
end

#viewsObject (readonly)

Returns the value of attribute views.



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

def views
  @views
end