Class: Virtuozzo::SOAP::Types::Alertm::Net_classType

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

Overview

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

id - SOAP::SOAPString
transfer - Virtuozzo::SOAP::Types::Alerts::TransferType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, transfer = nil) ⇒ Net_classType

Returns a new instance of Net_classType.



459
460
461
462
# File 'lib/virtuozzo/soap/types/alertm.rb', line 459

def initialize(id = nil, transfer = nil)
  @id = id
  @transfer = transfer
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



456
457
458
# File 'lib/virtuozzo/soap/types/alertm.rb', line 456

def id
  @id
end

#transferObject

Returns the value of attribute transfer.



457
458
459
# File 'lib/virtuozzo/soap/types/alertm.rb', line 457

def transfer
  @transfer
end