Exception: Quickbooks::IntuitRequestException
- Inherits:
-
StandardError
- Object
- StandardError
- 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.
-
#message ⇒ Object
Returns the value of attribute message.
-
#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.
136 137 138 139 |
# File 'lib/quickbooks-ruby.rb', line 136 def initialize(msg) self. = msg super(msg) end |
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
135 136 137 |
# File 'lib/quickbooks-ruby.rb', line 135 def code @code end |
#detail ⇒ Object
Returns the value of attribute detail.
135 136 137 |
# File 'lib/quickbooks-ruby.rb', line 135 def detail @detail end |
#message ⇒ Object
Returns the value of attribute message.
135 136 137 |
# File 'lib/quickbooks-ruby.rb', line 135 def @message end |
#type ⇒ Object
Returns the value of attribute type.
135 136 137 |
# File 'lib/quickbooks-ruby.rb', line 135 def type @type end |