Class: TestTO
Instance Method Summary collapse
-
#initialize ⇒ TestTO
constructor
A new instance of TestTO.
Constructor Details
#initialize ⇒ TestTO
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 |