Class: PCPEasy::PMAPI::PmAtomValue

Inherits:
FFI::Union
  • Object
show all
Defined in:
lib/pcp_easy/pmapi/pm_atom_value.rb

Instance Method Summary collapse

Instance Method Details

#cpObject



39
40
41
# File 'lib/pcp_easy/pmapi/pm_atom_value.rb', line 39

def cp
  self[:cp]
end

#dObject



35
36
37
# File 'lib/pcp_easy/pmapi/pm_atom_value.rb', line 35

def d
  self[:d]
end

#fObject



31
32
33
# File 'lib/pcp_easy/pmapi/pm_atom_value.rb', line 31

def f
  self[:f]
end

#lObject



15
16
17
# File 'lib/pcp_easy/pmapi/pm_atom_value.rb', line 15

def l
  self[:l]
end

#llObject



23
24
25
# File 'lib/pcp_easy/pmapi/pm_atom_value.rb', line 23

def ll
  self[:ll]
end

#ulObject



19
20
21
# File 'lib/pcp_easy/pmapi/pm_atom_value.rb', line 19

def ul
  self[:ul]
end

#ullObject



27
28
29
# File 'lib/pcp_easy/pmapi/pm_atom_value.rb', line 27

def ull
  self[:ull]
end

#vbpObject



43
44
45
# File 'lib/pcp_easy/pmapi/pm_atom_value.rb', line 43

def vbp
  self[:vbp]
end