Class: Virtuozzo::SOAP::Types::Up2date::GroupType

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

Overview

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

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



1804
1805
1806
1807
1808
1809
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1804

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.



1802
1803
1804
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1802

def gid
  @gid
end

#member_groupObject

Returns the value of attribute member_group.



1800
1801
1802
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1800

def member_group
  @member_group
end

#nameObject

Returns the value of attribute name.



1801
1802
1803
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1801

def name
  @name
end

#userObject

Returns the value of attribute user.



1799
1800
1801
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1799

def user
  @user
end