Class: TestTO

Inherits:
Object show all
Defined in:
lib/swxruby/services/test_data_types.rb

Instance Method Summary collapse

Constructor Details

#initializeTestTO

Returns a new instance of TestTO.



2
3
4
5
# File 'lib/swxruby/services/test_data_types.rb', line 2

def initialize
	@prop1 = 'A string'
	@prop2 = 42
end