Class: Virtuozzo::SOAP::Types::Backupm::Alert_dataType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ Alert_dataType

Returns a new instance of Alert_dataType.



1344
1345
1346
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1344

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



1342
1343
1344
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1342

def type
  @type
end