Class TestTO
In: lib/swxruby/services/test_data_types.rb
Parent: Object

Methods

new  

Public Class methods

[Source]

   # File lib/swxruby/services/test_data_types.rb, line 2
2:         def initialize
3:                 @prop1 = 'A string'
4:                 @prop2 = 42
5:         end

[Validate]