Class: Kaltura::KalturaSystemUser

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

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at.



2605
2606
2607
# File 'lib/kaltura_client.rb', line 2605

def created_at
  @created_at
end

#created_byObject

Returns the value of attribute created_by.



2601
2602
2603
# File 'lib/kaltura_client.rb', line 2601

def created_by
  @created_by
end

#emailObject

Returns the value of attribute email.



2597
2598
2599
# File 'lib/kaltura_client.rb', line 2597

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name.



2598
2599
2600
# File 'lib/kaltura_client.rb', line 2598

def first_name
  @first_name
end

#idObject

Returns the value of attribute id.



2596
2597
2598
# File 'lib/kaltura_client.rb', line 2596

def id
  @id
end

#is_primaryObject

Returns the value of attribute is_primary.



2603
2604
2605
# File 'lib/kaltura_client.rb', line 2603

def is_primary
  @is_primary
end

#last_nameObject

Returns the value of attribute last_name.



2599
2600
2601
# File 'lib/kaltura_client.rb', line 2599

def last_name
  @last_name
end

#passwordObject

Returns the value of attribute password.



2600
2601
2602
# File 'lib/kaltura_client.rb', line 2600

def password
  @password
end

#roleObject

Returns the value of attribute role.



2606
2607
2608
# File 'lib/kaltura_client.rb', line 2606

def role
  @role
end

#statusObject

Returns the value of attribute status.



2602
2603
2604
# File 'lib/kaltura_client.rb', line 2602

def status
  @status
end

#status_updated_atObject

Returns the value of attribute status_updated_at.



2604
2605
2606
# File 'lib/kaltura_client.rb', line 2604

def status_updated_at
  @status_updated_at
end