Exception: Resttestrail::TestrailError
- Inherits:
-
StandardError
- Object
- StandardError
- Resttestrail::TestrailError
- Defined in:
- lib/resttestrail/testrailerror.rb
Instance Attribute Summary collapse
-
#object ⇒ Object
readonly
Returns the value of attribute object.
Instance Method Summary collapse
-
#initialize(object) ⇒ TestrailError
constructor
A new instance of TestrailError.
Constructor Details
#initialize(object) ⇒ TestrailError
Returns a new instance of TestrailError.
5 6 7 |
# File 'lib/resttestrail/testrailerror.rb', line 5 def initialize(object) @object = object end |
Instance Attribute Details
#object ⇒ Object (readonly)
Returns the value of attribute object.
3 4 5 |
# File 'lib/resttestrail/testrailerror.rb', line 3 def object @object end |