Class: Kaltura::KalturaUser

Inherits:
Object
  • Object
show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aboutMeObject

Returns the value of attribute aboutMe.



111
112
113
# File 'lib/kaltura_client.rb', line 111

def aboutMe
  @aboutMe
end

#cityObject

Returns the value of attribute city.



116
117
118
# File 'lib/kaltura_client.rb', line 116

def city
  @city
end

#countryObject

Returns the value of attribute country.



114
115
116
# File 'lib/kaltura_client.rb', line 114

def country
  @country
end

#dateOfBirthObject

Returns the value of attribute dateOfBirth.



110
111
112
# File 'lib/kaltura_client.rb', line 110

def dateOfBirth
  @dateOfBirth
end

#emailObject

Returns the value of attribute email.



109
110
111
# File 'lib/kaltura_client.rb', line 109

def email
  @email
end

#fullNameObject

Returns the value of attribute fullName.



108
109
110
# File 'lib/kaltura_client.rb', line 108

def fullName
  @fullName
end

#genderObject

Returns the value of attribute gender.



113
114
115
# File 'lib/kaltura_client.rb', line 113

def gender
  @gender
end

#networkCollegeObject

Returns the value of attribute networkCollege.



120
121
122
# File 'lib/kaltura_client.rb', line 120

def networkCollege
  @networkCollege
end

#networkHighschoolObject

Returns the value of attribute networkHighschool.



119
120
121
# File 'lib/kaltura_client.rb', line 119

def networkHighschool
  @networkHighschool
end

#partnerDataObject

Returns the value of attribute partnerData.



121
122
123
# File 'lib/kaltura_client.rb', line 121

def partnerData
  @partnerData
end

#screenNameObject

Returns the value of attribute screenName.



107
108
109
# File 'lib/kaltura_client.rb', line 107

def screenName
  @screenName
end

#stateObject

Returns the value of attribute state.



115
116
117
# File 'lib/kaltura_client.rb', line 115

def state
  @state
end

#tagsObject

Returns the value of attribute tags.



112
113
114
# File 'lib/kaltura_client.rb', line 112

def tags
  @tags
end

#urlListObject

Returns the value of attribute urlList.



118
119
120
# File 'lib/kaltura_client.rb', line 118

def urlList
  @urlList
end

#zipObject

Returns the value of attribute zip.



117
118
119
# File 'lib/kaltura_client.rb', line 117

def zip
  @zip
end