Exception: ZUORA::InvalidValueFault
- Inherits:
-
StandardError
- Object
- StandardError
- ZUORA::InvalidValueFault
- Defined in:
- lib/zuora/ZUORA.rb
Overview
Instance Attribute Summary collapse
-
#faultCode ⇒ Object
Returns the value of attribute faultCode.
-
#faultMessage ⇒ Object
Returns the value of attribute faultMessage.
Instance Method Summary collapse
-
#initialize(faultCode = nil, faultMessage = nil) ⇒ InvalidValueFault
constructor
A new instance of InvalidValueFault.
Constructor Details
#initialize(faultCode = nil, faultMessage = nil) ⇒ InvalidValueFault
Returns a new instance of InvalidValueFault.
1159 1160 1161 1162 |
# File 'lib/zuora/ZUORA.rb', line 1159 def initialize(faultCode = nil, faultMessage = nil) @faultCode = faultCode @faultMessage = faultMessage end |
Instance Attribute Details
#faultCode ⇒ Object
Returns the value of attribute faultCode.
1156 1157 1158 |
# File 'lib/zuora/ZUORA.rb', line 1156 def faultCode @faultCode end |
#faultMessage ⇒ Object
Returns the value of attribute faultMessage.
1157 1158 1159 |
# File 'lib/zuora/ZUORA.rb', line 1157 def faultMessage @faultMessage end |