Class: Kaltura::KalturaUrlTokenizerCloudFront

Inherits:
KalturaUrlTokenizer show all
Defined in:
lib/kaltura_types.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaUrlTokenizer

#key, #window

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#key_pair_idObject

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_addressObject

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_dirObject

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