Method: Virtuozzo::SOAP::Types::ProcInfo::GroupType::User#initialize
- Defined in:
- lib/virtuozzo/soap/types/proc_info.rb
#initialize(name = nil) ⇒ User
Returns a new instance of User.
1054 1055 1056 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1054 def initialize(name = nil) @name = name end |