Sha256: 06eb28f8372cdf8fce3e8d07e0a762b1ea12cdd027760a67a8007b621c977798

Contents?: true

Size: 173 Bytes

Versions: 16

Compression:

Stored size: 173 Bytes

Contents

module ChefVPCToolkit

module XMLUtil

	def self.element_text(dom, name)
		if dom.elements[name]
			return dom.elements[name].text
		else
			return nil
		end
	end

end

end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
chef-vpc-toolkit-2.8.2 lib/chef-vpc-toolkit/xml_util.rb
chef-vpc-toolkit-2.8.1 lib/chef-vpc-toolkit/xml_util.rb
chef-vpc-toolkit-2.8.0 lib/chef-vpc-toolkit/xml_util.rb
chef-vpc-toolkit-2.7.2 lib/chef-vpc-toolkit/xml_util.rb
chef-vpc-toolkit-2.7.1 lib/chef-vpc-toolkit/xml_util.rb
chef-vpc-toolkit-2.7.0 lib/chef-vpc-toolkit/xml_util.rb
chef-vpc-toolkit-2.6.1 lib/chef-vpc-toolkit/xml_util.rb
chef-vpc-toolkit-2.6.0 lib/chef-vpc-toolkit/xml_util.rb
chef-vpc-toolkit-2.5.2 lib/chef-vpc-toolkit/xml_util.rb
chef-vpc-toolkit-2.5.1 lib/chef-vpc-toolkit/xml_util.rb
chef-vpc-toolkit-2.5.0 lib/chef-vpc-toolkit/xml_util.rb
chef-vpc-toolkit-2.4.0 lib/chef-vpc-toolkit/xml_util.rb
chef-vpc-toolkit-2.3.2 lib/chef-vpc-toolkit/xml_util.rb
chef-vpc-toolkit-2.3.1 lib/chef-vpc-toolkit/xml_util.rb
chef-vpc-toolkit-2.3.0 lib/chef-vpc-toolkit/xml_util.rb
chef-vpc-toolkit-2.2.0 lib/chef-vpc-toolkit/xml_util.rb