Class: Kaltura::EntryContextDataResult
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::EntryContextDataResult
- Defined in:
- lib/kaltura/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 ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#is_admin ⇒ Object
Returns the value of attribute is_admin.
181 182 183 |
# File 'lib/kaltura/kaltura_client.rb', line 181 def is_admin @is_admin end |
#is_country_restricted ⇒ Object
Returns the value of attribute is_country_restricted.
177 178 179 |
# File 'lib/kaltura/kaltura_client.rb', line 177 def is_country_restricted @is_country_restricted end |
#is_scheduled_now ⇒ Object
Returns the value of attribute is_scheduled_now.
180 181 182 |
# File 'lib/kaltura/kaltura_client.rb', line 180 def is_scheduled_now @is_scheduled_now end |
#is_session_restricted ⇒ Object
Returns the value of attribute is_session_restricted.
178 179 180 |
# File 'lib/kaltura/kaltura_client.rb', line 178 def is_session_restricted @is_session_restricted end |
#is_site_restricted ⇒ Object
Returns the value of attribute is_site_restricted.
176 177 178 |
# File 'lib/kaltura/kaltura_client.rb', line 176 def is_site_restricted @is_site_restricted end |
#preview_length ⇒ Object
Returns the value of attribute preview_length.
179 180 181 |
# File 'lib/kaltura/kaltura_client.rb', line 179 def preview_length @preview_length end |