Class: Virtuozzo::SOAP::Types::Processm::UserType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/processm.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesuserType

initial_group - Virtuozzo::SOAP::Types::Processm::UserType::Initial_group
group - Virtuozzo::SOAP::Types::Processm::UserType::Group
uid - SOAP::SOAPInt
shell - SOAP::SOAPString
password - SOAP::SOAPBase64
home_dir - SOAP::SOAPString
name - SOAP::SOAPString
comment - SOAP::SOAPString

Direct Known Subclasses

GroupType::User

Defined Under Namespace

Classes: Group, Initial_group

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(initial_group = nil, group = [], uid = nil, shell = nil, password = nil, home_dir = nil, name = nil, comment = nil) ⇒ UserType

Returns a new instance of UserType.



1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
# File 'lib/virtuozzo/soap/types/processm.rb', line 1728

def initialize(initial_group = nil, group = [], uid = nil, shell = nil, password = nil, home_dir = nil, name = nil, comment = nil)
  @initial_group = initial_group
  @group = group
  @uid = uid
  @shell = shell
  @password = password
  @home_dir = home_dir
  @name = name
  @comment = comment
end

Instance Attribute Details

#commentObject

Returns the value of attribute comment.



1726
1727
1728
# File 'lib/virtuozzo/soap/types/processm.rb', line 1726

def comment
  @comment
end

#groupObject

Returns the value of attribute group.



1720
1721
1722
# File 'lib/virtuozzo/soap/types/processm.rb', line 1720

def group
  @group
end

#home_dirObject

Returns the value of attribute home_dir.



1724
1725
1726
# File 'lib/virtuozzo/soap/types/processm.rb', line 1724

def home_dir
  @home_dir
end

#initial_groupObject

Returns the value of attribute initial_group.



1719
1720
1721
# File 'lib/virtuozzo/soap/types/processm.rb', line 1719

def initial_group
  @initial_group
end

#nameObject

Returns the value of attribute name.



1725
1726
1727
# File 'lib/virtuozzo/soap/types/processm.rb', line 1725

def name
  @name
end

#passwordObject

Returns the value of attribute password.



1723
1724
1725
# File 'lib/virtuozzo/soap/types/processm.rb', line 1723

def password
  @password
end

#shellObject

Returns the value of attribute shell.



1722
1723
1724
# File 'lib/virtuozzo/soap/types/processm.rb', line 1722

def shell
  @shell
end

#uidObject

Returns the value of attribute uid.



1721
1722
1723
# File 'lib/virtuozzo/soap/types/processm.rb', line 1721

def uid
  @uid
end