Class: Virtuozzo::SOAP::Types::Packagem::Alert_dataType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ Alert_dataType

Returns a new instance of Alert_dataType.



2015
2016
2017
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2015

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



2013
2014
2015
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2013

def type
  @type
end