class ResultX

Public Class Methods

new(s) click to toggle source
# File lib/resultx.rb, line 10
def initialize(s)
  @rowx = RowX.new s
end

Public Instance Methods

to_xml() click to toggle source
# File lib/resultx.rb, line 14
def to_xml
  @rowx.to_xml
end