Class: Gitabu::Api::V3::DeployKeysErrorResult
- Inherits:
-
Object
- Object
- Gitabu::Api::V3::DeployKeysErrorResult
- Defined in:
- lib/gitabu/api/v3/deploy_keys.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:) ⇒ DeployKeysErrorResult
constructor
A new instance of DeployKeysErrorResult.
Constructor Details
#initialize(result:, message:) ⇒ DeployKeysErrorResult
Returns a new instance of DeployKeysErrorResult.
30 31 32 33 |
# File 'lib/gitabu/api/v3/deploy_keys.rb', line 30 def initialize(result:, message:) @result = result @message = end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
28 29 30 |
# File 'lib/gitabu/api/v3/deploy_keys.rb', line 28 def @message end |
#result ⇒ Object
Returns the value of attribute result.
28 29 30 |
# File 'lib/gitabu/api/v3/deploy_keys.rb', line 28 def result @result end |