class SimpleXml::Reference

Represents a HQMF reference from a precondition to a data criteria

Attributes

id[RW]

Public Class Methods

new(id) click to toggle source
# File lib/model/types.rb, line 200
def initialize(id)
  @id = id
end

Public Instance Methods

to_model() click to toggle source
# File lib/model/types.rb, line 204
def to_model
  HQMF::Reference.new(@id)
end