class PCPEasy::PMAPI::PmValueU

Public Instance Methods

lval() click to toggle source
# File lib/pcp_easy/pmapi/pm_value.rb, line 14
def lval
  self[:lval]
end
pval() click to toggle source
# File lib/pcp_easy/pmapi/pm_value.rb, line 10
def pval
  self[:pval]
end