Class: Kaltura::KalturaModerationFilter

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

Constant Summary collapse

ORDER_BY_ID_ASC =
"+id"
ORDER_BY_ID_DESC =
"-id"

Instance Attribute Summary collapse

Instance Attribute Details

#equalGroupIdObject

Returns the value of attribute equalGroupId.



297
298
299
# File 'lib/kaltura_client.rb', line 297

def equalGroupId
  @equalGroupId
end

#equalIdObject

Returns the value of attribute equalId.



290
291
292
# File 'lib/kaltura_client.rb', line 290

def equalId
  @equalId
end

#equalObjectIdObject

Returns the value of attribute equalObjectId.



295
296
297
# File 'lib/kaltura_client.rb', line 295

def equalObjectId
  @equalObjectId
end

#equalObjectTypeObject

Returns the value of attribute equalObjectType.



296
297
298
# File 'lib/kaltura_client.rb', line 296

def equalObjectType
  @equalObjectType
end

#equalPuserIdObject

Returns the value of attribute equalPuserId.



291
292
293
# File 'lib/kaltura_client.rb', line 291

def equalPuserId
  @equalPuserId
end

#equalStatusObject

Returns the value of attribute equalStatus.



292
293
294
# File 'lib/kaltura_client.rb', line 292

def equalStatus
  @equalStatus
end

#inStatusObject

Returns the value of attribute inStatus.



293
294
295
# File 'lib/kaltura_client.rb', line 293

def inStatus
  @inStatus
end

#likeCommentsObject

Returns the value of attribute likeComments.



294
295
296
# File 'lib/kaltura_client.rb', line 294

def likeComments
  @likeComments
end

#limitObject

Returns the value of attribute limit.



299
300
301
# File 'lib/kaltura_client.rb', line 299

def limit
  @limit
end

#orderByObject

Returns the value of attribute orderBy.



298
299
300
# File 'lib/kaltura_client.rb', line 298

def orderBy
  @orderBy
end