Class: Virtuozzo::SOAP::Types::Alertm::UserType::Group

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



1021
1022
1023
1024
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1021

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

Instance Attribute Details

#gidObject

Returns the value of attribute gid.



1019
1020
1021
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1019

def gid
  @gid
end

#nameObject

Returns the value of attribute name.



1018
1019
1020
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1018

def name
  @name
end