Class: Virtuozzo::SOAP::Types::Filer::UserType

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

Overview

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

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



1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
# File 'lib/virtuozzo/soap/types/filer.rb', line 1126

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.



1124
1125
1126
# File 'lib/virtuozzo/soap/types/filer.rb', line 1124

def comment
  @comment
end

#groupObject

Returns the value of attribute group.



1118
1119
1120
# File 'lib/virtuozzo/soap/types/filer.rb', line 1118

def group
  @group
end

#home_dirObject

Returns the value of attribute home_dir.



1122
1123
1124
# File 'lib/virtuozzo/soap/types/filer.rb', line 1122

def home_dir
  @home_dir
end

#initial_groupObject

Returns the value of attribute initial_group.



1117
1118
1119
# File 'lib/virtuozzo/soap/types/filer.rb', line 1117

def initial_group
  @initial_group
end

#nameObject

Returns the value of attribute name.



1123
1124
1125
# File 'lib/virtuozzo/soap/types/filer.rb', line 1123

def name
  @name
end

#passwordObject

Returns the value of attribute password.



1121
1122
1123
# File 'lib/virtuozzo/soap/types/filer.rb', line 1121

def password
  @password
end

#shellObject

Returns the value of attribute shell.



1120
1121
1122
# File 'lib/virtuozzo/soap/types/filer.rb', line 1120

def shell
  @shell
end

#uidObject

Returns the value of attribute uid.



1119
1120
1121
# File 'lib/virtuozzo/soap/types/filer.rb', line 1119

def uid
  @uid
end