Class: Virtuozzo::SOAP::Types::Networkm::UserType::Group

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

Overview

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

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

Instance Attribute Summary collapse

Attributes inherited from GroupType

#member_group, #user

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Group.



1094
1095
1096
1097
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1094

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

Instance Attribute Details

#gidObject

Returns the value of attribute gid.



1092
1093
1094
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1092

def gid
  @gid
end

#nameObject

Returns the value of attribute name.



1091
1092
1093
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1091

def name
  @name
end