Class: Virtuozzo::SOAP::Types::Userm::Add_group

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

Overview

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

group - Virtuozzo::SOAP::Types::Userm::Add_group::Group
min_gid - SOAP::SOAPInt
max_gid - SOAP::SOAPInt

Defined Under Namespace

Classes: Group

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(group = nil, min_gid = nil, max_gid = nil) ⇒ Add_group

Returns a new instance of Add_group.



2128
2129
2130
2131
2132
# File 'lib/virtuozzo/soap/types/userm.rb', line 2128

def initialize(group = nil, min_gid = nil, max_gid = nil)
  @group = group
  @min_gid = min_gid
  @max_gid = max_gid
end

Instance Attribute Details

#groupObject

Returns the value of attribute group.



2124
2125
2126
# File 'lib/virtuozzo/soap/types/userm.rb', line 2124

def group
  @group
end

#max_gidObject

Returns the value of attribute max_gid.



2126
2127
2128
# File 'lib/virtuozzo/soap/types/userm.rb', line 2126

def max_gid
  @max_gid
end

#min_gidObject

Returns the value of attribute min_gid.



2125
2126
2127
# File 'lib/virtuozzo/soap/types/userm.rb', line 2125

def min_gid
  @min_gid
end