Class: SemaphoreClient::Exceptions::ApiError
- Inherits:
-
Struct
- Object
- Struct
- SemaphoreClient::Exceptions::ApiError
- Defined in:
- lib/semaphore_client/exceptions.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#field ⇒ Object
Returns the value of attribute field.
-
#resource ⇒ Object
Returns the value of attribute resource.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
3 4 5 |
# File 'lib/semaphore_client/exceptions.rb', line 3 def code @code end |
#field ⇒ Object
Returns the value of attribute field
3 4 5 |
# File 'lib/semaphore_client/exceptions.rb', line 3 def field @field end |
#resource ⇒ Object
Returns the value of attribute resource
3 4 5 |
# File 'lib/semaphore_client/exceptions.rb', line 3 def resource @resource end |