Exception: Quickbooks::IntuitRequestException

Inherits:
Error
  • Object
show all
Defined in:
lib/quickbooks-ruby.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ IntuitRequestException

Returns a new instance of IntuitRequestException.



282
283
284
285
# File 'lib/quickbooks-ruby.rb', line 282

def initialize(msg)
  self.message = msg
  super(msg)
end

Instance Attribute Details

#codeObject

Returns the value of attribute code.



280
281
282
# File 'lib/quickbooks-ruby.rb', line 280

def code
  @code
end

#detailObject

Returns the value of attribute detail.



280
281
282
# File 'lib/quickbooks-ruby.rb', line 280

def detail
  @detail
end

#intuit_tidObject

Returns the value of attribute intuit_tid.



280
281
282
# File 'lib/quickbooks-ruby.rb', line 280

def intuit_tid
  @intuit_tid
end

#messageObject

Returns the value of attribute message.



280
281
282
# File 'lib/quickbooks-ruby.rb', line 280

def message
  @message
end

#request_jsonObject

Returns the value of attribute request_json.



280
281
282
# File 'lib/quickbooks-ruby.rb', line 280

def request_json
  @request_json
end

#request_xmlObject

Returns the value of attribute request_xml.



280
281
282
# File 'lib/quickbooks-ruby.rb', line 280

def request_xml
  @request_xml
end

#typeObject

Returns the value of attribute type.



280
281
282
# File 'lib/quickbooks-ruby.rb', line 280

def type
  @type
end