Class: AxHub::ErrorInfo
- Inherits:
-
Struct
- Object
- Struct
- AxHub::ErrorInfo
- Defined in:
- lib/axhub_sdk.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#retryable ⇒ Object
Returns the value of attribute retryable.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
11 12 13 |
# File 'lib/axhub_sdk.rb', line 11 def category @category end |
#retryable ⇒ Object
Returns the value of attribute retryable
11 12 13 |
# File 'lib/axhub_sdk.rb', line 11 def retryable @retryable end |
#status ⇒ Object
Returns the value of attribute status
11 12 13 |
# File 'lib/axhub_sdk.rb', line 11 def status @status end |