Class: Kaltura::KalturaTimeContextField

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

Overview

Represents the current time context on Kaltura servers

Instance Attribute Summary collapse

Attributes inherited from KalturaIntegerValue

#value

Attributes inherited from KalturaValue

#description

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#offsetObject

Time offset in seconds since current time



8760
8761
8762
# File 'lib/kaltura_client.rb', line 8760

def offset
  @offset
end