Class: WarningShot::ManualResolver::NoteResource Private
- 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
-
#msg ⇒ Object
Returns the value of attribute msg.
Instance Attribute Details
#msg ⇒ Object
Returns the value of attribute msg
22 23 24 |
# File 'lib/resolvers/manual_resolver.rb', line 22 def msg @msg end |