109 110 111 112 113
# File 'lib/odata/service.rb', line 109 def actions metadata.xpath("//Action").map do |action| build_operation(action) end end