Sha256: 6dab39d91284fc4e61b5681abe855532a8f22c013df1dc67496dd8125bc8101e
Contents?: true
Size: 253 Bytes
Versions: 6
Compression:
Stored size: 253 Bytes
Contents
module Soaspec module TestServer # Helps tests attribute methods class TestAttribute class << self def note File.read(File.join(File.dirname(__FILE__), 'note.xml')) end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems