Class: Kaltura::KalturaTimeContextField
- Inherits:
-
KalturaIntegerField
- Object
- KalturaObjectBase
- KalturaValue
- KalturaIntegerValue
- KalturaIntegerField
- Kaltura::KalturaTimeContextField
- Defined in:
- lib/kaltura_client.rb
Overview
Represents the current time context on Kaltura servers
Instance Attribute Summary collapse
-
#offset ⇒ Object
Time offset in seconds since current time.
Attributes inherited from KalturaIntegerValue
Attributes inherited from KalturaValue
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#offset ⇒ Object
Time offset in seconds since current time
8760 8761 8762 |
# File 'lib/kaltura_client.rb', line 8760 def offset @offset end |