Method: Virtuozzo::SOAP::Types::Mailer::TransferType#initialize
- Defined in:
- lib/virtuozzo/soap/types/mailer.rb
#initialize(input = nil, output = nil) ⇒ TransferType
Returns a new instance of TransferType.
328 329 330 331 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 328 def initialize(input = nil, output = nil) @input = input @output = output end |