Class: Virtuozzo::SOAP::Types::Computerm::Alert_dataType

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

Overview

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

type - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ Alert_dataType

Returns a new instance of Alert_dataType.



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

def initialize(type = nil)
  @type = type
end

Instance Attribute Details

#typeObject

Returns the value of attribute type.



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

def type
  @type
end