Class: Shiba::Review::ExplainDiff::Result
- Inherits:
-
Struct
- Object
- Struct
- Shiba::Review::ExplainDiff::Result
- Defined in:
- lib/shiba/review/explain_diff.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
12 13 14 |
# File 'lib/shiba/review/explain_diff.rb', line 12 def @message end |
#status ⇒ Object
Returns the value of attribute status
12 13 14 |
# File 'lib/shiba/review/explain_diff.rb', line 12 def status @status end |