Class: Virtuozzo::SOAP::Types::Userm::Edit_group

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

Overview

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

name - SOAP::SOAPString
group - Virtuozzo::SOAP::Types::Userm::Edit_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(name = nil, group = nil, min_gid = nil, max_gid = nil) ⇒ Edit_group

Returns a new instance of Edit_group.



2261
2262
2263
2264
2265
2266
# File 'lib/virtuozzo/soap/types/userm.rb', line 2261

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

Instance Attribute Details

#groupObject

Returns the value of attribute group.



2257
2258
2259
# File 'lib/virtuozzo/soap/types/userm.rb', line 2257

def group
  @group
end

#max_gidObject

Returns the value of attribute max_gid.



2259
2260
2261
# File 'lib/virtuozzo/soap/types/userm.rb', line 2259

def max_gid
  @max_gid
end

#min_gidObject

Returns the value of attribute min_gid.



2258
2259
2260
# File 'lib/virtuozzo/soap/types/userm.rb', line 2258

def min_gid
  @min_gid
end

#nameObject

Returns the value of attribute name.



2256
2257
2258
# File 'lib/virtuozzo/soap/types/userm.rb', line 2256

def name
  @name
end