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.



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

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

Instance Attribute Details

#code ⇒ Object

Returns the value of attribute code.



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

def code
  @code
end

#detail ⇒ Object

Returns the value of attribute detail.



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

def detail
  @detail
end

#message ⇒ Object

Returns the value of attribute message.



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

def message
  @message
end

#request_json ⇒ Object

Returns the value of attribute request_json.



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

def request_json
  @request_json
end

#request_xml ⇒ Object

Returns the value of attribute request_xml.



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

def request_xml
  @request_xml
end

#type ⇒ Object

Returns the value of attribute type.



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

def type
  @type
end