Exception: IntuitRequestException
- Inherits:
-
StandardError
- Object
- StandardError
- IntuitRequestException
- Defined in:
- lib/quickbooks/service/base_service.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.
7 8 9 10 |
# File 'lib/quickbooks/service/base_service.rb', line 7 def initialize(msg) self. = msg super(msg) end |
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
6 7 8 |
# File 'lib/quickbooks/service/base_service.rb', line 6 def code @code end |
#detail ⇒ Object
Returns the value of attribute detail.
6 7 8 |
# File 'lib/quickbooks/service/base_service.rb', line 6 def detail @detail end |
#message ⇒ Object
Returns the value of attribute message.
6 7 8 |
# File 'lib/quickbooks/service/base_service.rb', line 6 def end |
#type ⇒ Object
Returns the value of attribute type.
6 7 8 |
# File 'lib/quickbooks/service/base_service.rb', line 6 def type @type end |