Class: WarningShot::ManualResolver::NoteResource Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/resolvers/manual_resolver.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Encapsulated in a struct so Resolver doesn’t freak out when we instance_eval #met & #resolved

Instance Attribute Summary collapse

Instance Attribute Details

#msgObject

Returns the value of attribute msg

Returns:

  • (Object)

    the current value of msg



22
23
24
# File 'lib/resolvers/manual_resolver.rb', line 22

def msg
  @msg
end