Class: Kaltura::KalturaUrlTokenizerCloudFront
- Inherits:
-
KalturaUrlTokenizer
- Object
- KalturaObjectBase
- KalturaUrlTokenizer
- Kaltura::KalturaUrlTokenizerCloudFront
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#key_pair_id ⇒ Object
Returns the value of attribute key_pair_id.
-
#limit_ip_address ⇒ Object
Returns the value of attribute limit_ip_address.
-
#root_dir ⇒ Object
Returns the value of attribute root_dir.
Attributes inherited from KalturaUrlTokenizer
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#key_pair_id ⇒ Object
Returns the value of attribute key_pair_id.
10415 10416 10417 |
# File 'lib/kaltura_types.rb', line 10415 def key_pair_id @key_pair_id end |
#limit_ip_address ⇒ Object
Returns the value of attribute limit_ip_address.
10417 10418 10419 |
# File 'lib/kaltura_types.rb', line 10417 def limit_ip_address @limit_ip_address end |
#root_dir ⇒ Object
Returns the value of attribute root_dir.
10416 10417 10418 |
# File 'lib/kaltura_types.rb', line 10416 def root_dir @root_dir end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
10423 10424 10425 10426 10427 10428 |
# File 'lib/kaltura_types.rb', line 10423 def from_xml(xml_element) super self.key_pair_id = xml_element.elements['keyPairId'].text self.root_dir = xml_element.elements['rootDir'].text self.limit_ip_address = xml_element.elements['limitIpAddress'].text end |