Class: Virtuozzo::SOAP::Types::Authm::UserType

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

Overview

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

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



1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'lib/virtuozzo/soap/types/authm.rb', line 1108

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.



1106
1107
1108
# File 'lib/virtuozzo/soap/types/authm.rb', line 1106

def comment
  @comment
end

#groupObject

Returns the value of attribute group.



1100
1101
1102
# File 'lib/virtuozzo/soap/types/authm.rb', line 1100

def group
  @group
end

#home_dirObject

Returns the value of attribute home_dir.



1104
1105
1106
# File 'lib/virtuozzo/soap/types/authm.rb', line 1104

def home_dir
  @home_dir
end

#initial_groupObject

Returns the value of attribute initial_group.



1099
1100
1101
# File 'lib/virtuozzo/soap/types/authm.rb', line 1099

def initial_group
  @initial_group
end

#nameObject

Returns the value of attribute name.



1105
1106
1107
# File 'lib/virtuozzo/soap/types/authm.rb', line 1105

def name
  @name
end

#passwordObject

Returns the value of attribute password.



1103
1104
1105
# File 'lib/virtuozzo/soap/types/authm.rb', line 1103

def password
  @password
end

#shellObject

Returns the value of attribute shell.



1102
1103
1104
# File 'lib/virtuozzo/soap/types/authm.rb', line 1102

def shell
  @shell
end

#uidObject

Returns the value of attribute uid.



1101
1102
1103
# File 'lib/virtuozzo/soap/types/authm.rb', line 1101

def uid
  @uid
end