Exception: ZUORA::MalformedQueryFault
- Inherits:
-
StandardError
- Object
- StandardError
- ZUORA::MalformedQueryFault
- 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) ⇒ MalformedQueryFault
constructor
A new instance of MalformedQueryFault.
Constructor Details
#initialize(faultCode = nil, faultMessage = nil) ⇒ MalformedQueryFault
Returns a new instance of MalformedQueryFault.
1172 1173 1174 1175 |
# File 'lib/zuora/ZUORA.rb', line 1172 def initialize(faultCode = nil, faultMessage = nil) @faultCode = faultCode @faultMessage = faultMessage end |
Instance Attribute Details
#faultCode ⇒ Object
Returns the value of attribute faultCode.
1169 1170 1171 |
# File 'lib/zuora/ZUORA.rb', line 1169 def faultCode @faultCode end |
#faultMessage ⇒ Object
Returns the value of attribute faultMessage.
1170 1171 1172 |
# File 'lib/zuora/ZUORA.rb', line 1170 def faultMessage @faultMessage end |