Class: Danger::DangerXcodeSummary::Result
- Inherits:
-
Struct
- Object
- Struct
- Danger::DangerXcodeSummary::Result
- Defined in:
- lib/xcode_summary/plugin.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location
23 24 25 |
# File 'lib/xcode_summary/plugin.rb', line 23 def location @location end |
#message ⇒ Object
Returns the value of attribute message
23 24 25 |
# File 'lib/xcode_summary/plugin.rb', line 23 def @message end |