Object
# File lib/hwp_properties.rb, line 23 def initialize(xml, name) @name, @kind, @value, @unit = xml['name'], xml['kind'].to_sym, xml['value'], xml['unit'] declare_ranges(xml) self end
# File lib/hwp_properties.rb, line 29 def present? ! @value.nil? end
[Validate]
Generated with the Darkfish Rdoc Generator 2.