Class: Kaltura::KalturaRemotePath
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaRemotePath
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#storage_profile_id ⇒ Object
Returns the value of attribute storage_profile_id.
-
#uri ⇒ Object
Returns the value of attribute uri.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#storage_profile_id ⇒ Object
Returns the value of attribute storage_profile_id.
5186 5187 5188 |
# File 'lib/kaltura_client.rb', line 5186 def storage_profile_id @storage_profile_id end |
#uri ⇒ Object
Returns the value of attribute uri.
5187 5188 5189 |
# File 'lib/kaltura_client.rb', line 5187 def uri @uri end |