Class: Virtuozzo::SOAP::Types::Processm::GroupType::User
- Defined in:
- lib/virtuozzo/soap/types/processm.rb
Overview
inner class for member: user http://www.swsoft.com/webservices/vzl/4.0.0/typesuser
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Attributes inherited from UserType
#comment, #group, #home_dir, #initial_group, #password, #shell, #uid
Instance Method Summary collapse
-
#initialize(name = nil) ⇒ User
constructor
A new instance of User.
Constructor Details
#initialize(name = nil) ⇒ User
Returns a new instance of User.
1748 1749 1750 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1748 def initialize(name = nil) @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
1746 1747 1748 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1746 def name @name end |