Class: Virtuozzo::SOAP::Types::Sessionm::UserType

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

Overview

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

initial_group - Virtuozzo::SOAP::Types::Sessionm::UserType::Initial_group
group - Virtuozzo::SOAP::Types::Sessionm::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.



1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1078

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.



1076
1077
1078
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1076

def comment
  @comment
end

#groupObject

Returns the value of attribute group.



1070
1071
1072
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1070

def group
  @group
end

#home_dirObject

Returns the value of attribute home_dir.



1074
1075
1076
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1074

def home_dir
  @home_dir
end

#initial_groupObject

Returns the value of attribute initial_group.



1069
1070
1071
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1069

def initial_group
  @initial_group
end

#nameObject

Returns the value of attribute name.



1075
1076
1077
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1075

def name
  @name
end

#passwordObject

Returns the value of attribute password.



1073
1074
1075
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1073

def password
  @password
end

#shellObject

Returns the value of attribute shell.



1072
1073
1074
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1072

def shell
  @shell
end

#uidObject

Returns the value of attribute uid.



1071
1072
1073
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1071

def uid
  @uid
end