class HQMF::Reference
Represents a HQMF
reference from a precondition to a data criteria
Attributes
id[RW]
Public Class Methods
new(id)
click to toggle source
Create a new HQMF::Reference
@param [String] id
# File lib/hqmf-model/types.rb, line 341 def initialize(id) @id = id end
Public Instance Methods
==(other)
click to toggle source
# File lib/hqmf-model/types.rb, line 349 def ==(other) check_equality(self,other) end
to_json()
click to toggle source
# File lib/hqmf-model/types.rb, line 345 def to_json @id end