Class: Danger::DangerXcodeSummary::Warning
- Inherits:
-
Struct
- Object
- Struct
- Danger::DangerXcodeSummary::Warning
- 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.
-
#sticky ⇒ Object
Returns the value of attribute sticky.
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location
24 25 26 |
# File 'lib/xcode_summary/plugin.rb', line 24 def location @location end |
#message ⇒ Object
Returns the value of attribute message
24 25 26 |
# File 'lib/xcode_summary/plugin.rb', line 24 def @message end |
#sticky ⇒ Object
Returns the value of attribute sticky
24 25 26 |
# File 'lib/xcode_summary/plugin.rb', line 24 def sticky @sticky end |