Class: Kaltura::KalturaStorageProfileBaseFilter

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

Direct Known Subclasses

KalturaStorageProfileFilter

Instance Attribute Summary collapse

Attributes inherited from KalturaFilter

#advanced_search, #order_by

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#created_at_greater_than_or_equalObject

Returns the value of attribute created_at_greater_than_or_equal.



7991
7992
7993
# File 'lib/kaltura_client.rb', line 7991

def created_at_greater_than_or_equal
  @created_at_greater_than_or_equal
end

#created_at_less_than_or_equalObject

Returns the value of attribute created_at_less_than_or_equal.



7992
7993
7994
# File 'lib/kaltura_client.rb', line 7992

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#id_equalObject

Returns the value of attribute id_equal.



7989
7990
7991
# File 'lib/kaltura_client.rb', line 7989

def id_equal
  @id_equal
end

#id_inObject

Returns the value of attribute id_in.



7990
7991
7992
# File 'lib/kaltura_client.rb', line 7990

def id_in
  @id_in
end

#partner_id_equalObject

Returns the value of attribute partner_id_equal.



7995
7996
7997
# File 'lib/kaltura_client.rb', line 7995

def partner_id_equal
  @partner_id_equal
end

#partner_id_inObject

Returns the value of attribute partner_id_in.



7996
7997
7998
# File 'lib/kaltura_client.rb', line 7996

def partner_id_in
  @partner_id_in
end

#protocol_equalObject

Returns the value of attribute protocol_equal.



8001
8002
8003
# File 'lib/kaltura_client.rb', line 8001

def protocol_equal
  @protocol_equal
end

#protocol_inObject

Returns the value of attribute protocol_in.



8002
8003
8004
# File 'lib/kaltura_client.rb', line 8002

def protocol_in
  @protocol_in
end

#status_equalObject

Returns the value of attribute status_equal.



7999
8000
8001
# File 'lib/kaltura_client.rb', line 7999

def status_equal
  @status_equal
end

#status_inObject

Returns the value of attribute status_in.



8000
8001
8002
# File 'lib/kaltura_client.rb', line 8000

def status_in
  @status_in
end

#system_name_equalObject

Returns the value of attribute system_name_equal.



7997
7998
7999
# File 'lib/kaltura_client.rb', line 7997

def system_name_equal
  @system_name_equal
end

#system_name_inObject

Returns the value of attribute system_name_in.



7998
7999
8000
# File 'lib/kaltura_client.rb', line 7998

def system_name_in
  @system_name_in
end

#updated_at_greater_than_or_equalObject

Returns the value of attribute updated_at_greater_than_or_equal.



7993
7994
7995
# File 'lib/kaltura_client.rb', line 7993

def updated_at_greater_than_or_equal
  @updated_at_greater_than_or_equal
end

#updated_at_less_than_or_equalObject

Returns the value of attribute updated_at_less_than_or_equal.



7994
7995
7996
# File 'lib/kaltura_client.rb', line 7994

def updated_at_less_than_or_equal
  @updated_at_less_than_or_equal
end