Class: X::Attribute

Inherits:
Entry
  • Object
show all
Defined in:
lib/rfid-usb-gom-sensor/node.rb

Instance Attribute Summary collapse

Attributes inherited from Entry

#mtime, #name, #path

Method Summary

Methods inherited from Entry

find, #initialize, #to_s

Constructor Details

This class inherits a constructor from X::Entry

Instance Attribute Details

#valueObject



52
53
54
# File 'lib/rfid-usb-gom-sensor/node.rb', line 52

def value
  @value ||= @data["value"]
end