Class: Virtuozzo::SOAP::Types::Relocator::GroupType

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

Overview

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

user - Virtuozzo::SOAP::Drivers::Relocator::GroupType::User
member_group - Virtuozzo::SOAP::Drivers::Relocator::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.



1721
1722
1723
1724
1725
1726
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1721

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.



1719
1720
1721
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1719

def gid
  @gid
end

#member_groupObject

Returns the value of attribute member_group.



1717
1718
1719
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1717

def member_group
  @member_group
end

#nameObject

Returns the value of attribute name.



1718
1719
1720
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1718

def name
  @name
end

#userObject

Returns the value of attribute user.



1716
1717
1718
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1716

def user
  @user
end