Class: Virtuozzo::SOAP::Types::ProcInfo::Vzaproc_info::Error

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

Overview

inner class for member: error http://www.swsoft.com/webservices/vzl/4.0.0/protocolerror

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Error.



2069
2070
2071
2072
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2069

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

Instance Attribute Details

#codeObject

Returns the value of attribute code.



2066
2067
2068
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2066

def code
  @code
end

#messageObject

Returns the value of attribute message.



2067
2068
2069
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 2067

def message
  @message
end