Sha256: 6c9893b1d9695fac09d872eebbc9fc5ad698ff059bf90f1752a36529df8be4e6
Contents?: true
Size: 429 Bytes
Versions: 27
Compression:
Stored size: 429 Bytes
Contents
require 'setup' module TestingStuff # <stuff pid='' xmlns="http://xampl.com/stuff"> # <parent pid=''> # <child pid=''> # <parent pid=''/> # </child> # </parent> # </stuff> Xampl.transaction("stuff") do parent = Parent['parent1'] puts "parent has info: #{ parent.info }" child = parent.child.first puts "child has info: #{ child.info }" end end
Version data entries
27 entries across 27 versions & 2 rubygems