Class: Kaltura::KalturaListResponse
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaListResponse
- Defined in:
- lib/kaltura_types.rb
Direct Known Subclasses
KalturaAccessControlListResponse, KalturaAccessControlProfileListResponse, KalturaAnnotationListResponse, KalturaAppTokenListResponse, KalturaAttachmentAssetListResponse, KalturaAuditTrailListResponse, KalturaBaseEntryListResponse, KalturaBaseSyndicationFeedListResponse, KalturaBatchJobListResponse, KalturaBeaconListResponse, KalturaBulkUploadListResponse, KalturaBusinessProcessServerListResponse, KalturaCaptionAssetItemListResponse, KalturaCaptionAssetListResponse, KalturaCaptionParamsListResponse, KalturaCategoryEntryListResponse, KalturaCategoryListResponse, KalturaCategoryUserListResponse, KalturaConfMapsListResponse, KalturaControlPanelCommandListResponse, KalturaConversionProfileAssetParamsListResponse, KalturaConversionProfileListResponse, KalturaCuePointListResponse, KalturaDataListResponse, KalturaDeliveryProfileListResponse, KalturaDistributionProfileListResponse, KalturaDistributionProviderListResponse, KalturaDocumentListResponse, KalturaDrmPolicyListResponse, KalturaDrmProfileListResponse, KalturaDropFolderFileListResponse, KalturaDropFolderListResponse, KalturaESearchHistoryListResponse, KalturaEntryDistributionListResponse, KalturaEntryServerNodeListResponse, KalturaEntryVendorTaskListResponse, KalturaEventNotificationTemplateListResponse, KalturaExternalMediaEntryListResponse, KalturaFeatureStatusListResponse, KalturaFileAssetListResponse, KalturaFileSyncListResponse, KalturaFlavorAssetListResponse, KalturaFlavorParamsListResponse, KalturaFlavorParamsOutputListResponse, KalturaGenericDistributionProviderActionListResponse, KalturaGenericDistributionProviderListResponse, KalturaGroupListResponse, KalturaGroupUserListResponse, KalturaLikeListResponse, KalturaLiveChannelListResponse, KalturaLiveChannelSegmentListResponse, KalturaLiveStatsListResponse, KalturaLiveStreamListResponse, KalturaMediaInfoListResponse, KalturaMediaListResponse, KalturaMetadataListResponse, KalturaMetadataProfileFieldListResponse, KalturaMetadataProfileListResponse, KalturaMixListResponse, KalturaModerationFlagListResponse, KalturaObjectListResponse, KalturaPartnerListResponse, KalturaPartnerUsageListResponse, KalturaPermissionItemListResponse, KalturaPermissionListResponse, KalturaPlaylistListResponse, KalturaQuizListResponse, KalturaRatingCountListResponse, KalturaReachProfileListResponse, KalturaRemotePathListResponse, KalturaReportListResponse, KalturaResponseProfileListResponse, KalturaScheduleEventListResponse, KalturaScheduleEventResourceListResponse, KalturaScheduleResourceListResponse, KalturaScheduledTaskProfileListResponse, KalturaSchedulerListResponse, KalturaSchedulerWorkerListResponse, KalturaServerNodeListResponse, KalturaShortLinkListResponse, KalturaSsoListResponse, KalturaStorageProfileListResponse, KalturaSystemPartnerUsageListResponse, KalturaTagListResponse, KalturaThumbAssetListResponse, KalturaThumbParamsListResponse, KalturaThumbParamsOutputListResponse, KalturaTrackEntryListResponse, KalturaTranscriptAssetListResponse, KalturaUiConfAdminListResponse, KalturaUiConfListResponse, KalturaUploadTokenListResponse, KalturaUserEntryListResponse, KalturaUserListResponse, KalturaUserLoginDataListResponse, KalturaUserRoleListResponse, KalturaVendorCatalogItemListResponse, KalturaVirusScanProfileListResponse, KalturaWidgetListResponse, KalturaZoomIntegrationSettingResponse
Instance Attribute Summary collapse
-
#total_count ⇒ Object
Returns the value of attribute total_count.
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#total_count ⇒ Object
Returns the value of attribute total_count.
33 34 35 |
# File 'lib/kaltura_types.rb', line 33 def total_count @total_count end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
39 40 41 42 43 44 |
# File 'lib/kaltura_types.rb', line 39 def from_xml(xml_element) super if xml_element.elements['totalCount'] != nil self.total_count = xml_element.elements['totalCount'].text end end |