Class: Virtuozzo::SOAP::Types::Alertm::Server_group_alertType

Inherits:
Alert_dataType show all
Defined in:
lib/virtuozzo/soap/types/alertm.rb

Overview

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

type - SOAP::SOAPInt
eid - (any)
address - SOAP::SOAPString
title - SOAP::SOAPString
description - SOAP::SOAPString
code - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, eid = nil, address = nil, title = nil, description = nil, code = nil) ⇒ Server_group_alertType

Returns a new instance of Server_group_alertType.



1166
1167
1168
1169
1170
1171
1172
1173
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1166

def initialize(type = nil, eid = nil, address = nil, title = nil, description = nil, code = nil)
  @type = type
  @eid = eid
  @address = address
  @title = title
  @description = description
  @code = code
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



1161
1162
1163
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1161

def address
  @address
end

#codeObject

Returns the value of attribute code.



1164
1165
1166
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1164

def code
  @code
end

#descriptionObject

Returns the value of attribute description.



1163
1164
1165
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1163

def description
  @description
end

#eidObject

Returns the value of attribute eid.



1160
1161
1162
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1160

def eid
  @eid
end

#titleObject

Returns the value of attribute title.



1162
1163
1164
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1162

def title
  @title
end

#typeObject

Returns the value of attribute type.



1159
1160
1161
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1159

def type
  @type
end