Class: Kaltura::KalturaTag
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaTag
- Defined in:
- lib/kaltura_plugins/kaltura_tag_search_client_plugin.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#instance_count ⇒ Object
Returns the value of attribute instance_count.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#tagged_object_type ⇒ Object
Returns the value of attribute tagged_object_type.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
38 39 40 |
# File 'lib/kaltura_plugins/kaltura_tag_search_client_plugin.rb', line 38 def created_at @created_at end |
#id ⇒ Object
Returns the value of attribute id.
33 34 35 |
# File 'lib/kaltura_plugins/kaltura_tag_search_client_plugin.rb', line 33 def id @id end |
#instance_count ⇒ Object
Returns the value of attribute instance_count.
37 38 39 |
# File 'lib/kaltura_plugins/kaltura_tag_search_client_plugin.rb', line 37 def instance_count @instance_count end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
36 37 38 |
# File 'lib/kaltura_plugins/kaltura_tag_search_client_plugin.rb', line 36 def partner_id @partner_id end |
#tag ⇒ Object
Returns the value of attribute tag.
34 35 36 |
# File 'lib/kaltura_plugins/kaltura_tag_search_client_plugin.rb', line 34 def tag @tag end |
#tagged_object_type ⇒ Object
Returns the value of attribute tagged_object_type.
35 36 37 |
# File 'lib/kaltura_plugins/kaltura_tag_search_client_plugin.rb', line 35 def tagged_object_type @tagged_object_type end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
39 40 41 |
# File 'lib/kaltura_plugins/kaltura_tag_search_client_plugin.rb', line 39 def updated_at @updated_at end |