Class: Kaltura::KalturaUserLoginData

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_types.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#idObject

Returns the value of attribute id.



6616
6617
6618
# File 'lib/kaltura_types.rb', line 6616

def id
  @id
end

#login_emailObject

Returns the value of attribute login_email.



6617
6618
6619
# File 'lib/kaltura_types.rb', line 6617

def 
  @login_email
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



6620
6621
6622
6623
6624
# File 'lib/kaltura_types.rb', line 6620

def from_xml(xml_element)
	super
	self.id = xml_element.elements['id'].text
	self. = xml_element.elements['loginEmail'].text
end