Class: GroupDocs::User

Inherits:
Api::Entity show all
Defined in:
lib/groupdocs/user.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Api::Entity

#initialize, #inspect, #to_hash

Constructor Details

This class inherits a constructor from GroupDocs::Api::Entity

Instance Attribute Details

#activeObject



29
30
31
# File 'lib/groupdocs/user.rb', line 29

def active
  @active
end

#claimed_idObject



21
22
23
# File 'lib/groupdocs/user.rb', line 21

def claimed_id
  @claimed_id
end

#first_nameObject



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

def first_name
  @first_name
end

#guidObject



7
8
9
# File 'lib/groupdocs/user.rb', line 7

def guid
  @guid
end

#idObject



5
6
7
# File 'lib/groupdocs/user.rb', line 5

def id
  @id
end

#last_nameObject



13
14
15
# File 'lib/groupdocs/user.rb', line 13

def last_name
  @last_name
end

#news_enabledObject



31
32
33
# File 'lib/groupdocs/user.rb', line 31

def news_enabled
  @news_enabled
end

#nicknameObject



9
10
11
# File 'lib/groupdocs/user.rb', line 9

def nickname
  @nickname
end

#password_saltObject



19
20
21
# File 'lib/groupdocs/user.rb', line 19

def password_salt
  @password_salt
end

#photoObject



27
28
29
# File 'lib/groupdocs/user.rb', line 27

def photo
  @photo
end

#primary_emailObject



15
16
17
# File 'lib/groupdocs/user.rb', line 15

def primary_email
  @primary_email
end

#private_keyObject



17
18
19
# File 'lib/groupdocs/user.rb', line 17

def private_key
  @private_key
end

#signed_up_onTime

Converts timestamp which is return by API server to Time object.

Returns:

  • (Time)


33
34
35
# File 'lib/groupdocs/user.rb', line 33

def signed_up_on
  @signed_up_on
end

#storageObject



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

def storage
  @storage
end

#tokenObject



23
24
25
# File 'lib/groupdocs/user.rb', line 23

def token
  @token
end