Class: Kaltura::KalturaConvesionProfileFilter

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

Constant Summary collapse

ORDER_BY_CREATED_AT_ASC =
"+created_at"
ORDER_BY_CREATED_AT_DESC =
"-created_at"
ORDER_BY_PROFILE_TYPE_ASC =
"+profile_type"
ORDER_BY_PROFILE_TYPE_DESC =
"-profile_type"
ORDER_BY_ID_ASC =
"+id"
ORDER_BY_ID_DESC =
"-id"

Instance Attribute Summary collapse

Instance Attribute Details

#equalEnabledObject

Returns the value of attribute equalEnabled.



153
154
155
# File 'lib/kaltura_client.rb', line 153

def equalEnabled
  @equalEnabled
end

#equalIdObject

Returns the value of attribute equalId.



148
149
150
# File 'lib/kaltura_client.rb', line 148

def equalId
  @equalId
end

#equalStatusObject

Returns the value of attribute equalStatus.



150
151
152
# File 'lib/kaltura_client.rb', line 150

def equalStatus
  @equalStatus
end

#equalTypeObject

Returns the value of attribute equalType.



154
155
156
# File 'lib/kaltura_client.rb', line 154

def equalType
  @equalType
end

#equalUseWithBulkObject

Returns the value of attribute equalUseWithBulk.



155
156
157
# File 'lib/kaltura_client.rb', line 155

def equalUseWithBulk
  @equalUseWithBulk
end

#greaterThanOrEqualIdObject

Returns the value of attribute greaterThanOrEqualId.



149
150
151
# File 'lib/kaltura_client.rb', line 149

def greaterThanOrEqualId
  @greaterThanOrEqualId
end

#inProfileTypeObject

Returns the value of attribute inProfileType.



152
153
154
# File 'lib/kaltura_client.rb', line 152

def inProfileType
  @inProfileType
end

#likeNameObject

Returns the value of attribute likeName.



151
152
153
# File 'lib/kaltura_client.rb', line 151

def likeName
  @likeName
end

#limitObject

Returns the value of attribute limit.



157
158
159
# File 'lib/kaltura_client.rb', line 157

def limit
  @limit
end

#orderByObject

Returns the value of attribute orderBy.



156
157
158
# File 'lib/kaltura_client.rb', line 156

def orderBy
  @orderBy
end