Class: Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes_::Warning

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

Overview

inner class for member: warning http://www.swsoft.com/webservices/vza/4.0.0/vzarelocatorwarning

message - SOAP::SOAPString
code - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message = nil, code = nil) ⇒ Warning

Returns a new instance of Warning.



2595
2596
2597
2598
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2595

def initialize(message = nil, code = nil)
  @message = message
  @code = code
end

Instance Attribute Details

#codeObject

Returns the value of attribute code.



2593
2594
2595
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2593

def code
  @code
end

#messageObject

Returns the value of attribute message.



2592
2593
2594
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2592

def message
  @message
end