class Uaeds::MockDSMLPerson

Public Class Methods

new(data = {}) click to toggle source
# File lib/uaeds/mock_eds.rb, line 44
def initialize(data = {})
  @xml = data
  @value_h = {}
end

Public Instance Methods

get_xml_attr(attr) click to toggle source
# File lib/uaeds/mock_eds.rb, line 49
def get_xml_attr(attr)
  @xml[attr]
end