Class: ZenfolioAPI::Model::User
- Defined in:
- lib/ZenfolioAPI/model/user.rb
Instance Attribute Summary collapse
-
#balance ⇒ Object
readonly
Returns the value of attribute balance.
-
#bio ⇒ Object
readonly
Returns the value of attribute bio.
-
#bio_photo ⇒ Object
readonly
Returns the value of attribute bio_photo.
-
#collection_count ⇒ Object
readonly
Returns the value of attribute collection_count.
-
#display_name ⇒ Object
readonly
Returns the value of attribute display_name.
-
#domain_name ⇒ Object
readonly
Returns the value of attribute domain_name.
-
#expires_on ⇒ Object
readonly
Returns the value of attribute expires_on.
-
#featured_photo_sets ⇒ Object
readonly
Returns the value of attribute featured_photo_sets.
-
#first_name ⇒ Object
readonly
Returns the value of attribute first_name.
-
#gallery_count ⇒ Object
readonly
Returns the value of attribute gallery_count.
-
#hierarchy_cn ⇒ Object
readonly
Returns the value of attribute hierarchy_cn.
-
#last_name ⇒ Object
readonly
Returns the value of attribute last_name.
-
#last_updated ⇒ Object
readonly
Returns the value of attribute last_updated.
-
#login_name ⇒ Object
readonly
Returns the value of attribute login_name.
-
#personal_address ⇒ Object
readonly
Returns the value of attribute personal_address.
-
#photo_bytes ⇒ Object
readonly
Returns the value of attribute photo_bytes.
-
#photo_bytes_quota ⇒ Object
readonly
Returns the value of attribute photo_bytes_quota.
-
#photo_count ⇒ Object
readonly
Returns the value of attribute photo_count.
-
#primary_email ⇒ Object
readonly
Returns the value of attribute primary_email.
-
#public_address ⇒ Object
readonly
Returns the value of attribute public_address.
-
#recent_photo_sets ⇒ Object
readonly
Returns the value of attribute recent_photo_sets.
-
#referral_code ⇒ Object
readonly
Returns the value of attribute referral_code.
-
#root_group ⇒ Object
readonly
Returns the value of attribute root_group.
-
#storage_quota ⇒ Object
readonly
Returns the value of attribute storage_quota.
-
#user_since ⇒ Object
readonly
Returns the value of attribute user_since.
-
#video_bytes_quota ⇒ Object
readonly
Returns the value of attribute video_bytes_quota.
-
#video_duration_quota ⇒ Object
readonly
Returns the value of attribute video_duration_quota.
-
#views ⇒ Object
readonly
Returns the value of attribute views.
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
#balance ⇒ Object (readonly)
Returns the value of attribute balance.
25 26 27 |
# File 'lib/ZenfolioAPI/model/user.rb', line 25 def balance @balance end |
#bio ⇒ Object (readonly)
Returns the value of attribute bio.
10 11 12 |
# File 'lib/ZenfolioAPI/model/user.rb', line 10 def bio @bio end |
#bio_photo ⇒ Object (readonly)
Returns the value of attribute bio_photo.
9 10 11 |
# File 'lib/ZenfolioAPI/model/user.rb', line 9 def bio_photo @bio_photo end |
#collection_count ⇒ Object (readonly)
Returns the value of attribute collection_count.
13 14 15 |
# File 'lib/ZenfolioAPI/model/user.rb', line 13 def collection_count @collection_count end |
#display_name ⇒ Object (readonly)
Returns the value of attribute display_name.
5 6 7 |
# File 'lib/ZenfolioAPI/model/user.rb', line 5 def display_name @display_name end |
#domain_name ⇒ Object (readonly)
Returns the value of attribute domain_name.
26 27 28 |
# File 'lib/ZenfolioAPI/model/user.rb', line 26 def domain_name @domain_name end |
#expires_on ⇒ Object (readonly)
Returns the value of attribute expires_on.
24 25 26 |
# File 'lib/ZenfolioAPI/model/user.rb', line 24 def expires_on @expires_on end |
#featured_photo_sets ⇒ Object (readonly)
Returns the value of attribute featured_photo_sets.
21 22 23 |
# File 'lib/ZenfolioAPI/model/user.rb', line 21 def featured_photo_sets @featured_photo_sets end |
#first_name ⇒ Object (readonly)
Returns the value of attribute first_name.
6 7 8 |
# File 'lib/ZenfolioAPI/model/user.rb', line 6 def first_name @first_name end |
#gallery_count ⇒ Object (readonly)
Returns the value of attribute gallery_count.
12 13 14 |
# File 'lib/ZenfolioAPI/model/user.rb', line 12 def gallery_count @gallery_count end |
#hierarchy_cn ⇒ Object (readonly)
Returns the value of attribute hierarchy_cn.
31 32 33 |
# File 'lib/ZenfolioAPI/model/user.rb', line 31 def hierarchy_cn @hierarchy_cn end |
#last_name ⇒ Object (readonly)
Returns the value of attribute last_name.
7 8 9 |
# File 'lib/ZenfolioAPI/model/user.rb', line 7 def last_name @last_name end |
#last_updated ⇒ Object (readonly)
Returns the value of attribute last_updated.
17 18 19 |
# File 'lib/ZenfolioAPI/model/user.rb', line 17 def last_updated @last_updated end |
#login_name ⇒ Object (readonly)
Returns the value of attribute login_name.
4 5 6 |
# File 'lib/ZenfolioAPI/model/user.rb', line 4 def login_name @login_name end |
#personal_address ⇒ Object (readonly)
Returns the value of attribute personal_address.
19 20 21 |
# File 'lib/ZenfolioAPI/model/user.rb', line 19 def personal_address @personal_address end |
#photo_bytes ⇒ Object (readonly)
Returns the value of attribute photo_bytes.
15 16 17 |
# File 'lib/ZenfolioAPI/model/user.rb', line 15 def photo_bytes @photo_bytes end |
#photo_bytes_quota ⇒ Object (readonly)
Returns the value of attribute photo_bytes_quota.
28 29 30 |
# File 'lib/ZenfolioAPI/model/user.rb', line 28 def photo_bytes_quota @photo_bytes_quota end |
#photo_count ⇒ Object (readonly)
Returns the value of attribute photo_count.
14 15 16 |
# File 'lib/ZenfolioAPI/model/user.rb', line 14 def photo_count @photo_count end |
#primary_email ⇒ Object (readonly)
Returns the value of attribute primary_email.
8 9 10 |
# File 'lib/ZenfolioAPI/model/user.rb', line 8 def primary_email @primary_email end |
#public_address ⇒ Object (readonly)
Returns the value of attribute public_address.
18 19 20 |
# File 'lib/ZenfolioAPI/model/user.rb', line 18 def public_address @public_address end |
#recent_photo_sets ⇒ Object (readonly)
Returns the value of attribute recent_photo_sets.
20 21 22 |
# File 'lib/ZenfolioAPI/model/user.rb', line 20 def recent_photo_sets @recent_photo_sets end |
#referral_code ⇒ Object (readonly)
Returns the value of attribute referral_code.
23 24 25 |
# File 'lib/ZenfolioAPI/model/user.rb', line 23 def referral_code @referral_code end |
#root_group ⇒ Object (readonly)
Returns the value of attribute root_group.
22 23 24 |
# File 'lib/ZenfolioAPI/model/user.rb', line 22 def root_group @root_group end |
#storage_quota ⇒ Object (readonly)
Returns the value of attribute storage_quota.
27 28 29 |
# File 'lib/ZenfolioAPI/model/user.rb', line 27 def storage_quota @storage_quota end |
#user_since ⇒ Object (readonly)
Returns the value of attribute user_since.
16 17 18 |
# File 'lib/ZenfolioAPI/model/user.rb', line 16 def user_since @user_since end |
#video_bytes_quota ⇒ Object (readonly)
Returns the value of attribute video_bytes_quota.
29 30 31 |
# File 'lib/ZenfolioAPI/model/user.rb', line 29 def video_bytes_quota @video_bytes_quota end |
#video_duration_quota ⇒ Object (readonly)
Returns the value of attribute video_duration_quota.
30 31 32 |
# File 'lib/ZenfolioAPI/model/user.rb', line 30 def video_duration_quota @video_duration_quota end |
#views ⇒ Object (readonly)
Returns the value of attribute views.
11 12 13 |
# File 'lib/ZenfolioAPI/model/user.rb', line 11 def views @views end |