Exception: Quickbooks::IntuitRequestException

Inherits:
StandardError
  • 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.



232
233
234
235
# File 'lib/quickbooks-ruby.rb', line 232

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

Instance Attribute Details

#codeObject

Returns the value of attribute code.



230
231
232
# File 'lib/quickbooks-ruby.rb', line 230

def code
  @code
end

#detailObject

Returns the value of attribute detail.



230
231
232
# File 'lib/quickbooks-ruby.rb', line 230

def detail
  @detail
end

#messageObject

Returns the value of attribute message.



230
231
232
# File 'lib/quickbooks-ruby.rb', line 230

def message
  @message
end

#request_jsonObject

Returns the value of attribute request_json.



230
231
232
# File 'lib/quickbooks-ruby.rb', line 230

def request_json
  @request_json
end

#request_xmlObject

Returns the value of attribute request_xml.



230
231
232
# File 'lib/quickbooks-ruby.rb', line 230

def request_xml
  @request_xml
end

#typeObject

Returns the value of attribute type.



230
231
232
# File 'lib/quickbooks-ruby.rb', line 230

def type
  @type
end