Class: Virtuozzo::SOAP::Types::Userm::Get_group::Group

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

Overview

inner class for member: group http://www.swsoft.com/webservices/vzl/4.0.0/usermgroup

name - SOAP::SOAPString
gid - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, gid = nil) ⇒ Group

Returns a new instance of Group.



2222
2223
2224
2225
# File 'lib/virtuozzo/soap/types/userm.rb', line 2222

def initialize(name = nil, gid = nil)
  @name = name
  @gid = gid
end

Instance Attribute Details

#gidObject

Returns the value of attribute gid.



2220
2221
2222
# File 'lib/virtuozzo/soap/types/userm.rb', line 2220

def gid
  @gid
end

#nameObject

Returns the value of attribute name.



2219
2220
2221
# File 'lib/virtuozzo/soap/types/userm.rb', line 2219

def name
  @name
end