Class: Travis::Client::LintResult::Warning
- Inherits:
-
Struct
- Object
- Struct
- Travis::Client::LintResult::Warning
- Defined in:
- lib/travis/client/lint_result.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
4 5 6 |
# File 'lib/travis/client/lint_result.rb', line 4 def key @key end |
#message ⇒ Object
Returns the value of attribute message
4 5 6 |
# File 'lib/travis/client/lint_result.rb', line 4 def @message end |