Class: ZenfolioAPI::Model::User

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

#balanceObject (readonly)

Returns the value of attribute balance.



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

def balance
  @balance
end

#bioObject (readonly)

Returns the value of attribute bio.



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

def bio
  @bio
end

#bio_photoObject (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_countObject (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_nameObject (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_nameObject (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_onObject (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

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_nameObject (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

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_cnObject (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_nameObject (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_updatedObject (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_nameObject (readonly)

Returns the value of attribute login_name.



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

def 
  @login_name
end

#personal_addressObject (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_bytesObject (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_quotaObject (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_countObject (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_emailObject (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_addressObject (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_setsObject (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_codeObject (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_groupObject (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_quotaObject (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_sinceObject (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_quotaObject (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_quotaObject (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

#viewsObject (readonly)

Returns the value of attribute views.



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

def views
  @views
end