module ROPC

Constants

VERSION

Public Class Methods

read_tags(tags) click to toggle source
# File lib/ropc/client.rb, line 151
def self.read_tags(tags)    
  opc = ROPC::Client.new(tags: tags, level: "WARN")
  ret = opc.read
  opc.cleanup
  ret
end