Class: Danger::DangerXcodeSummary::Warning

Inherits:
Struct
  • Object
show all
Defined in:
lib/xcode_summary/plugin.rb

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



24
25
26
# File 'lib/xcode_summary/plugin.rb', line 24

def location
  @location
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



24
25
26
# File 'lib/xcode_summary/plugin.rb', line 24

def message
  @message
end

#stickyObject

Returns the value of attribute sticky

Returns:

  • (Object)

    the current value of sticky



24
25
26
# File 'lib/xcode_summary/plugin.rb', line 24

def sticky
  @sticky
end