Class: Kaltura::KalturaUser
- Inherits:
-
KalturaBaseUser
- Object
- KalturaObjectBase
- KalturaBaseUser
- Kaltura::KalturaUser
- Defined in:
- lib/kaltura_types.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#attendance_info ⇒ Object
Returns the value of attribute attendance_info.
-
#company ⇒ Object
Returns the value of attribute company.
-
#date_of_birth ⇒ Object
Returns the value of attribute date_of_birth.
-
#encrypted_seed ⇒ Object
Returns the value of attribute encrypted_seed.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#is_account_owner ⇒ Object
Returns the value of attribute is_account_owner.
-
#is_admin ⇒ Object
Returns the value of attribute is_admin.
-
#ks_privileges ⇒ Object
Returns the value of attribute ks_privileges.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#login_enabled ⇒ Object
Returns the value of attribute login_enabled.
-
#password ⇒ Object
Returns the value of attribute password.
-
#registration_info ⇒ Object
Returns the value of attribute registration_info.
-
#role_ids ⇒ Object
Returns the value of attribute role_ids.
-
#role_names ⇒ Object
Returns the value of attribute role_names.
-
#title ⇒ Object
Returns the value of attribute title.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from KalturaBaseUser
#admin_tags, #allowed_partner_ids, #allowed_partner_packages, #city, #country, #created_at, #deleted_at, #description, #email, #full_name, #id, #indexed_partner_data_int, #indexed_partner_data_string, #language, #last_login_time, #partner_data, #partner_id, #screen_name, #state, #status, #status_updated_at, #storage_size, #tags, #thumbnail_url, #updated_at, #user_mode, #zip
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#attendance_info ⇒ Object
Returns the value of attribute attendance_info.
4261 4262 4263 |
# File 'lib/kaltura_types.rb', line 4261 def attendance_info @attendance_info end |
#company ⇒ Object
Returns the value of attribute company.
4263 4264 4265 |
# File 'lib/kaltura_types.rb', line 4263 def company @company end |
#date_of_birth ⇒ Object
Returns the value of attribute date_of_birth.
4250 4251 4252 |
# File 'lib/kaltura_types.rb', line 4250 def date_of_birth @date_of_birth end |
#encrypted_seed ⇒ Object
Returns the value of attribute encrypted_seed.
4265 4266 4267 |
# File 'lib/kaltura_types.rb', line 4265 def encrypted_seed @encrypted_seed end |
#first_name ⇒ Object
Returns the value of attribute first_name.
4257 4258 4259 |
# File 'lib/kaltura_types.rb', line 4257 def first_name @first_name end |
#gender ⇒ Object
Returns the value of attribute gender.
4251 4252 4253 |
# File 'lib/kaltura_types.rb', line 4251 def gender @gender end |
#is_account_owner ⇒ Object
Returns the value of attribute is_account_owner.
4255 4256 4257 |
# File 'lib/kaltura_types.rb', line 4255 def is_account_owner @is_account_owner end |
#is_admin ⇒ Object
Returns the value of attribute is_admin.
4252 4253 4254 |
# File 'lib/kaltura_types.rb', line 4252 def is_admin @is_admin end |
#ks_privileges ⇒ Object
Returns the value of attribute ks_privileges.
4264 4265 4266 |
# File 'lib/kaltura_types.rb', line 4264 def ks_privileges @ks_privileges end |
#last_name ⇒ Object
Returns the value of attribute last_name.
4258 4259 4260 |
# File 'lib/kaltura_types.rb', line 4258 def last_name @last_name end |
#login_enabled ⇒ Object
Returns the value of attribute login_enabled.
4259 4260 4261 |
# File 'lib/kaltura_types.rb', line 4259 def login_enabled @login_enabled end |
#password ⇒ Object
Returns the value of attribute password.
4256 4257 4258 |
# File 'lib/kaltura_types.rb', line 4256 def password @password end |
#registration_info ⇒ Object
Returns the value of attribute registration_info.
4260 4261 4262 |
# File 'lib/kaltura_types.rb', line 4260 def registration_info @registration_info end |
#role_ids ⇒ Object
Returns the value of attribute role_ids.
4253 4254 4255 |
# File 'lib/kaltura_types.rb', line 4253 def role_ids @role_ids end |
#role_names ⇒ Object
Returns the value of attribute role_names.
4254 4255 4256 |
# File 'lib/kaltura_types.rb', line 4254 def role_names @role_names end |
#title ⇒ Object
Returns the value of attribute title.
4262 4263 4264 |
# File 'lib/kaltura_types.rb', line 4262 def title @title end |
#type ⇒ Object
Returns the value of attribute type.
4249 4250 4251 |
# File 'lib/kaltura_types.rb', line 4249 def type @type end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 |
# File 'lib/kaltura_types.rb', line 4286 def from_xml(xml_element) super if xml_element.elements['type'] != nil self.type = xml_element.elements['type'].text end if xml_element.elements['dateOfBirth'] != nil self.date_of_birth = xml_element.elements['dateOfBirth'].text end if xml_element.elements['gender'] != nil self.gender = xml_element.elements['gender'].text end if xml_element.elements['isAdmin'] != nil self.is_admin = xml_element.elements['isAdmin'].text end if xml_element.elements['roleIds'] != nil self.role_ids = xml_element.elements['roleIds'].text end if xml_element.elements['roleNames'] != nil self.role_names = xml_element.elements['roleNames'].text end if xml_element.elements['isAccountOwner'] != nil self.is_account_owner = xml_element.elements['isAccountOwner'].text end if xml_element.elements['password'] != nil self.password = xml_element.elements['password'].text end if xml_element.elements['firstName'] != nil self.first_name = xml_element.elements['firstName'].text end if xml_element.elements['lastName'] != nil self.last_name = xml_element.elements['lastName'].text end if xml_element.elements['loginEnabled'] != nil self.login_enabled = xml_element.elements['loginEnabled'].text end if xml_element.elements['registrationInfo'] != nil self.registration_info = xml_element.elements['registrationInfo'].text end if xml_element.elements['attendanceInfo'] != nil self.attendance_info = xml_element.elements['attendanceInfo'].text end if xml_element.elements['title'] != nil self.title = xml_element.elements['title'].text end if xml_element.elements['company'] != nil self.company = xml_element.elements['company'].text end if xml_element.elements['ksPrivileges'] != nil self.ks_privileges = xml_element.elements['ksPrivileges'].text end if xml_element.elements['encryptedSeed'] != nil self.encrypted_seed = xml_element.elements['encryptedSeed'].text end end |