Class: Gitabu::Api::V3::ScimErrorResult
- Inherits:
-
Object
- Object
- Gitabu::Api::V3::ScimErrorResult
- Defined in:
- lib/gitabu/api/v3/scim.rb
Overview
Class to display error result
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#result ⇒ Object
Returns the value of attribute result.
Instance Method Summary collapse
-
#initialize(result:, message:) ⇒ ScimErrorResult
constructor
A new instance of ScimErrorResult.
Constructor Details
#initialize(result:, message:) ⇒ ScimErrorResult
Returns a new instance of ScimErrorResult.
30 31 32 33 |
# File 'lib/gitabu/api/v3/scim.rb', line 30 def initialize(result:, message:) @result = result = end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
28 29 30 |
# File 'lib/gitabu/api/v3/scim.rb', line 28 def end |
#result ⇒ Object
Returns the value of attribute result.
28 29 30 |
# File 'lib/gitabu/api/v3/scim.rb', line 28 def result @result end |