Class: ZenfolioAPI::Model::Group
- Defined in:
- lib/ZenfolioAPI/model/group.rb
Instance Attribute Summary collapse
-
#caption ⇒ Object
readonly
Level 2 fields.
-
#collection_count ⇒ Object
readonly
Full Level fields.
-
#created_on ⇒ Object
readonly
Returns the value of attribute created_on.
-
#elements ⇒ Object
readonly
Other fields.
-
#gallery_count ⇒ Object
readonly
Returns the value of attribute gallery_count.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#immediate_children_count ⇒ Object
readonly
Returns the value of attribute immediate_children_count.
-
#mailbox_id ⇒ Object
readonly
Returns the value of attribute mailbox_id.
-
#modified_on ⇒ Object
readonly
Returns the value of attribute modified_on.
-
#page_url ⇒ Object
readonly
Returns the value of attribute page_url.
-
#parent_groups ⇒ Object
readonly
Returns the value of attribute parent_groups.
-
#photo_count ⇒ Object
readonly
Returns the value of attribute photo_count.
-
#sub_group_count ⇒ Object
readonly
Returns the value of attribute sub_group_count.
-
#text_cn ⇒ Object
readonly
Returns the value of attribute text_cn.
-
#tile_photo ⇒ Object
readonly
Returns the value of attribute tile_photo.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
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
#caption ⇒ Object (readonly)
Level 2 fields
15 16 17 |
# File 'lib/ZenfolioAPI/model/group.rb', line 15 def caption @caption end |
#collection_count ⇒ Object (readonly)
Full Level fields
18 19 20 |
# File 'lib/ZenfolioAPI/model/group.rb', line 18 def collection_count @collection_count end |
#created_on ⇒ Object (readonly)
Returns the value of attribute created_on.
5 6 7 |
# File 'lib/ZenfolioAPI/model/group.rb', line 5 def created_on @created_on end |
#elements ⇒ Object (readonly)
Other fields
25 26 27 |
# File 'lib/ZenfolioAPI/model/group.rb', line 25 def elements @elements end |
#gallery_count ⇒ Object (readonly)
Returns the value of attribute gallery_count.
20 21 22 |
# File 'lib/ZenfolioAPI/model/group.rb', line 20 def gallery_count @gallery_count end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
4 5 6 |
# File 'lib/ZenfolioAPI/model/group.rb', line 4 def id @id end |
#immediate_children_count ⇒ Object (readonly)
Returns the value of attribute immediate_children_count.
11 12 13 |
# File 'lib/ZenfolioAPI/model/group.rb', line 11 def immediate_children_count @immediate_children_count end |
#mailbox_id ⇒ Object (readonly)
Returns the value of attribute mailbox_id.
10 11 12 |
# File 'lib/ZenfolioAPI/model/group.rb', line 10 def mailbox_id @mailbox_id end |
#modified_on ⇒ Object (readonly)
Returns the value of attribute modified_on.
6 7 8 |
# File 'lib/ZenfolioAPI/model/group.rb', line 6 def modified_on @modified_on end |
#page_url ⇒ Object (readonly)
Returns the value of attribute page_url.
7 8 9 |
# File 'lib/ZenfolioAPI/model/group.rb', line 7 def page_url @page_url end |
#parent_groups ⇒ Object (readonly)
Returns the value of attribute parent_groups.
22 23 24 |
# File 'lib/ZenfolioAPI/model/group.rb', line 22 def parent_groups @parent_groups end |
#photo_count ⇒ Object (readonly)
Returns the value of attribute photo_count.
21 22 23 |
# File 'lib/ZenfolioAPI/model/group.rb', line 21 def photo_count @photo_count end |
#sub_group_count ⇒ Object (readonly)
Returns the value of attribute sub_group_count.
19 20 21 |
# File 'lib/ZenfolioAPI/model/group.rb', line 19 def sub_group_count @sub_group_count end |
#text_cn ⇒ Object (readonly)
Returns the value of attribute text_cn.
12 13 14 |
# File 'lib/ZenfolioAPI/model/group.rb', line 12 def text_cn @text_cn end |
#tile_photo ⇒ Object (readonly)
Returns the value of attribute tile_photo.
9 10 11 |
# File 'lib/ZenfolioAPI/model/group.rb', line 9 def tile_photo @tile_photo end |
#title ⇒ Object (readonly)
Returns the value of attribute title.
8 9 10 |
# File 'lib/ZenfolioAPI/model/group.rb', line 8 def title @title end |