Class: AxHub::ErrorInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/axhub_sdk.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



11
12
13
# File 'lib/axhub_sdk.rb', line 11

def category
  @category
end

#retryableObject

Returns the value of attribute retryable

Returns:

  • (Object)

    the current value of retryable



11
12
13
# File 'lib/axhub_sdk.rb', line 11

def retryable
  @retryable
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



11
12
13
# File 'lib/axhub_sdk.rb', line 11

def status
  @status
end