Method: Virtuozzo::SOAP::Types::Authm::Net_classType#initialize
- Defined in:
- lib/virtuozzo/soap/types/authm.rb
#initialize(id = nil, transfer = nil) ⇒ Net_classType
Returns a new instance of Net_classType.
497 498 499 500 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 497 def initialize(id = nil, transfer = nil) @id = id @transfer = transfer end |