Class: Kaltura::KalturaMediaServer
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaMediaServer
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Server first registration date as Unix timestamp (In seconds).
-
#dc ⇒ Object
Server data center id.
-
#hostname ⇒ Object
Server host name.
-
#id ⇒ Object
Unique identifier.
-
#updated_at ⇒ Object
Server last update date as Unix timestamp (In seconds).
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at ⇒ Object
Server first registration date as Unix timestamp (In seconds)
4718 4719 4720 |
# File 'lib/kaltura_client.rb', line 4718 def created_at @created_at end |
#dc ⇒ Object
Server data center id
4712 4713 4714 |
# File 'lib/kaltura_client.rb', line 4712 def dc @dc end |
#hostname ⇒ Object
Server host name
4715 4716 4717 |
# File 'lib/kaltura_client.rb', line 4715 def hostname @hostname end |
#id ⇒ Object
Unique identifier
4709 4710 4711 |
# File 'lib/kaltura_client.rb', line 4709 def id @id end |
#updated_at ⇒ Object
Server last update date as Unix timestamp (In seconds)
4721 4722 4723 |
# File 'lib/kaltura_client.rb', line 4721 def updated_at @updated_at end |