Class: Virtuozzo::SOAP::Types::ProcInfo::GroupType

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

Overview

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

user - Virtuozzo::SOAP::Types::ProcInfo::GroupType::User
member_group - Virtuozzo::SOAP::Types::ProcInfo::GroupType::Member_group
name - SOAP::SOAPString
gid - SOAP::SOAPInt

Defined Under Namespace

Classes: Member_group, User

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(user = [], member_group = [], name = nil, gid = nil) ⇒ GroupType

Returns a new instance of GroupType.



978
979
980
981
982
983
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 978

def initialize(user = [], member_group = [], name = nil, gid = nil)
  @user = user
  @member_group = member_group
  @name = name
  @gid = gid
end

Instance Attribute Details

#gidObject

Returns the value of attribute gid.



976
977
978
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 976

def gid
  @gid
end

#member_groupObject

Returns the value of attribute member_group.



974
975
976
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 974

def member_group
  @member_group
end

#nameObject

Returns the value of attribute name.



975
976
977
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 975

def name
  @name
end

#userObject

Returns the value of attribute user.



973
974
975
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 973

def user
  @user
end