Class: Virtuozzo::SOAP::Types::ServerGroup::UserType::Initial_group

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

Overview

inner class for member: initial_group http://www.swsoft.com/webservices/vzl/4.0.0/typesinitial_group

name - SOAP::SOAPString
gid - SOAP::SOAPInt

Instance Attribute Summary collapse

Attributes inherited from GroupType

#member_group, #user

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, gid = nil) ⇒ Initial_group

Returns a new instance of Initial_group.



1065
1066
1067
1068
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1065

def initialize(name = nil, gid = nil)
  @name = name
  @gid = gid
end

Instance Attribute Details

#gidObject

Returns the value of attribute gid.



1063
1064
1065
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1063

def gid
  @gid
end

#nameObject

Returns the value of attribute name.



1062
1063
1064
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1062

def name
  @name
end