Exception: ZUORA::InvalidQueryLocatorFault
- Inherits:
-
StandardError
- Object
- StandardError
- ZUORA::InvalidQueryLocatorFault
- 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) ⇒ InvalidQueryLocatorFault
constructor
A new instance of InvalidQueryLocatorFault.
Constructor Details
#initialize(faultCode = nil, faultMessage = nil) ⇒ InvalidQueryLocatorFault
Returns a new instance of InvalidQueryLocatorFault.
1185 1186 1187 1188 |
# File 'lib/zuora/ZUORA.rb', line 1185 def initialize(faultCode = nil, faultMessage = nil) @faultCode = faultCode @faultMessage = faultMessage end |
Instance Attribute Details
#faultCode ⇒ Object
Returns the value of attribute faultCode.
1182 1183 1184 |
# File 'lib/zuora/ZUORA.rb', line 1182 def faultCode @faultCode end |
#faultMessage ⇒ Object
Returns the value of attribute faultMessage.
1183 1184 1185 |
# File 'lib/zuora/ZUORA.rb', line 1183 def faultMessage @faultMessage end |