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.



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

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

Instance Attribute Details

#code ⇒ Object

Returns the value of attribute code.



276
277
278
# File 'lib/quickbooks-ruby.rb', line 276

def code
  @code
end

#detail ⇒ Object

Returns the value of attribute detail.



276
277
278
# File 'lib/quickbooks-ruby.rb', line 276

def detail
  @detail
end

#element ⇒ Object

Returns the value of attribute element.



276
277
278
# File 'lib/quickbooks-ruby.rb', line 276

def element
  @element
end

#intuit_tid ⇒ Object

Returns the value of attribute intuit_tid.



276
277
278
# File 'lib/quickbooks-ruby.rb', line 276

def intuit_tid
  @intuit_tid
end

#message ⇒ Object

Returns the value of attribute message.



276
277
278
# File 'lib/quickbooks-ruby.rb', line 276

def message
  @message
end

#request_json ⇒ Object

Returns the value of attribute request_json.



276
277
278
# File 'lib/quickbooks-ruby.rb', line 276

def request_json
  @request_json
end

#request_xml ⇒ Object

Returns the value of attribute request_xml.



276
277
278
# File 'lib/quickbooks-ruby.rb', line 276

def request_xml
  @request_xml
end

#type ⇒ Object

Returns the value of attribute type.



276
277
278
# File 'lib/quickbooks-ruby.rb', line 276

def type
  @type
end