Exception: Quickbooks::IntuitRequestException
- Defined in:
- lib/quickbooks-ruby.rb
Instance Attribute Summary collapse
- 
  
    
      #code  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute code. 
- 
  
    
      #detail  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute detail. 
- 
  
    
      #intuit_tid  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute intuit_tid. 
- 
  
    
      #message  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute message. 
- 
  
    
      #request_json  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute request_json. 
- 
  
    
      #request_xml  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute request_xml. 
- 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute type. 
Instance Method Summary collapse
- 
  
    
      #initialize(msg)  ⇒ IntuitRequestException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of IntuitRequestException. 
Constructor Details
#initialize(msg) ⇒ IntuitRequestException
Returns a new instance of IntuitRequestException.
| 253 254 255 256 | # File 'lib/quickbooks-ruby.rb', line 253 def initialize(msg) self. = msg super(msg) end | 
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
| 251 252 253 | # File 'lib/quickbooks-ruby.rb', line 251 def code @code end | 
#detail ⇒ Object
Returns the value of attribute detail.
| 251 252 253 | # File 'lib/quickbooks-ruby.rb', line 251 def detail @detail end | 
#intuit_tid ⇒ Object
Returns the value of attribute intuit_tid.
| 251 252 253 | # File 'lib/quickbooks-ruby.rb', line 251 def intuit_tid @intuit_tid end | 
#message ⇒ Object
Returns the value of attribute message.
| 251 252 253 | # File 'lib/quickbooks-ruby.rb', line 251 def @message end | 
#request_json ⇒ Object
Returns the value of attribute request_json.
| 251 252 253 | # File 'lib/quickbooks-ruby.rb', line 251 def request_json @request_json end | 
#request_xml ⇒ Object
Returns the value of attribute request_xml.
| 251 252 253 | # File 'lib/quickbooks-ruby.rb', line 251 def request_xml @request_xml end | 
#type ⇒ Object
Returns the value of attribute type.
| 251 252 253 | # File 'lib/quickbooks-ruby.rb', line 251 def type @type end |