Class: Virtuozzo::SOAP::Types::ProcInfo::Operator_periodicType::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.



1722
1723
1724
1725
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1722

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

Instance Attribute Details

#codeObject

Returns the value of attribute code.



1719
1720
1721
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1719

def code
  @code
end

#messageObject

Returns the value of attribute message.



1720
1721
1722
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1720

def message
  @message
end