Class: EasyCaddy::Conflicts::Finding

Inherits:
Data
  • Object
show all
Defined in:
lib/easy_caddy/conflicts.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hintObject (readonly)

Returns the value of attribute hint

Returns:

  • (Object)

    the current value of hint



9
10
11
# File 'lib/easy_caddy/conflicts.rb', line 9

def hint
  @hint
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



9
10
11
# File 'lib/easy_caddy/conflicts.rb', line 9

def message
  @message
end

#severityObject (readonly)

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



9
10
11
# File 'lib/easy_caddy/conflicts.rb', line 9

def severity
  @severity
end