Class: Kaltura::KalturaEntryContextDataResult
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaEntryContextDataResult
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#is_admin ⇒ Object
Returns the value of attribute is_admin.
-
#is_country_restricted ⇒ Object
Returns the value of attribute is_country_restricted.
-
#is_scheduled_now ⇒ Object
Returns the value of attribute is_scheduled_now.
-
#is_session_restricted ⇒ Object
Returns the value of attribute is_session_restricted.
-
#is_site_restricted ⇒ Object
Returns the value of attribute is_site_restricted.
-
#preview_length ⇒ Object
Returns the value of attribute preview_length.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#is_admin ⇒ Object
Returns the value of attribute is_admin.
1270 1271 1272 |
# File 'lib/kaltura_client.rb', line 1270 def is_admin @is_admin end |
#is_country_restricted ⇒ Object
Returns the value of attribute is_country_restricted.
1266 1267 1268 |
# File 'lib/kaltura_client.rb', line 1266 def is_country_restricted @is_country_restricted end |
#is_scheduled_now ⇒ Object
Returns the value of attribute is_scheduled_now.
1269 1270 1271 |
# File 'lib/kaltura_client.rb', line 1269 def is_scheduled_now @is_scheduled_now end |
#is_session_restricted ⇒ Object
Returns the value of attribute is_session_restricted.
1267 1268 1269 |
# File 'lib/kaltura_client.rb', line 1267 def is_session_restricted @is_session_restricted end |
#is_site_restricted ⇒ Object
Returns the value of attribute is_site_restricted.
1265 1266 1267 |
# File 'lib/kaltura_client.rb', line 1265 def is_site_restricted @is_site_restricted end |
#preview_length ⇒ Object
Returns the value of attribute preview_length.
1268 1269 1270 |
# File 'lib/kaltura_client.rb', line 1268 def preview_length @preview_length end |