Class: PCPEasy::PMAPI::PmAtomValue
- Inherits:
-
FFI::Union
- Object
- FFI::Union
- PCPEasy::PMAPI::PmAtomValue
- Defined in:
- lib/pcp_easy/pmapi/pm_atom_value.rb
Instance Method Summary collapse
- #cp ⇒ Object
- #d ⇒ Object
- #f ⇒ Object
- #l ⇒ Object
- #ll ⇒ Object
- #ul ⇒ Object
- #ull ⇒ Object
- #vbp ⇒ Object
Instance Method Details
#cp ⇒ Object
39 40 41 |
# File 'lib/pcp_easy/pmapi/pm_atom_value.rb', line 39 def cp self[:cp] end |
#d ⇒ Object
35 36 37 |
# File 'lib/pcp_easy/pmapi/pm_atom_value.rb', line 35 def d self[:d] end |
#f ⇒ Object
31 32 33 |
# File 'lib/pcp_easy/pmapi/pm_atom_value.rb', line 31 def f self[:f] end |
#l ⇒ Object
15 16 17 |
# File 'lib/pcp_easy/pmapi/pm_atom_value.rb', line 15 def l self[:l] end |
#ll ⇒ Object
23 24 25 |
# File 'lib/pcp_easy/pmapi/pm_atom_value.rb', line 23 def ll self[:ll] end |
#ul ⇒ Object
19 20 21 |
# File 'lib/pcp_easy/pmapi/pm_atom_value.rb', line 19 def ul self[:ul] end |
#ull ⇒ Object
27 28 29 |
# File 'lib/pcp_easy/pmapi/pm_atom_value.rb', line 27 def ull self[:ull] end |
#vbp ⇒ Object
43 44 45 |
# File 'lib/pcp_easy/pmapi/pm_atom_value.rb', line 43 def vbp self[:vbp] end |