Class: Virtuozzo::SOAP::Types::Envm::ValidationType

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

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzaenvmvalidationType

type - SOAP::SOAPInt
warning - SOAP::SOAPString
formula - SOAP::SOAPString
qosID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, warning = nil, formula = nil, qosID = []) ⇒ ValidationType

Returns a new instance of ValidationType.



80
81
82
83
84
85
# File 'lib/virtuozzo/soap/types/envm.rb', line 80

def initialize(type = nil, warning = nil, formula = nil, qosID = [])
  @type = type
  @warning = warning
  @formula = formula
  @qosID = qosID
end

Instance Attribute Details

#formulaObject

Returns the value of attribute formula.



77
78
79
# File 'lib/virtuozzo/soap/types/envm.rb', line 77

def formula
  @formula
end

#qosIDObject

Returns the value of attribute qosID.



78
79
80
# File 'lib/virtuozzo/soap/types/envm.rb', line 78

def qosID
  @qosID
end

#typeObject

Returns the value of attribute type.



75
76
77
# File 'lib/virtuozzo/soap/types/envm.rb', line 75

def type
  @type
end

#warningObject

Returns the value of attribute warning.



76
77
78
# File 'lib/virtuozzo/soap/types/envm.rb', line 76

def warning
  @warning
end