Class: Virtuozzo::SOAP::Types::Relocator::UserType::Initial_group

Inherits:
GroupType
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/relocator.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.



1748
1749
1750
1751
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1748

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

Instance Attribute Details

#gidObject

Returns the value of attribute gid.



1746
1747
1748
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1746

def gid
  @gid
end

#nameObject

Returns the value of attribute name.



1745
1746
1747
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1745

def name
  @name
end