Class: Virtuozzo::SOAP::Drivers::Up2date::GroupType

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



1887
1888
1889
1890
1891
1892
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 1887

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.



1885
1886
1887
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 1885

def gid
  @gid
end

#member_groupObject

Returns the value of attribute member_group.



1883
1884
1885
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 1883

def member_group
  @member_group
end

#nameObject

Returns the value of attribute name.



1884
1885
1886
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 1884

def name
  @name
end

#userObject

Returns the value of attribute user.



1882
1883
1884
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 1882

def user
  @user
end