Class: CuffSert::NoChanges
Instance Attribute Summary
Attributes inherited from Message
Instance Method Summary collapse
-
#initialize ⇒ NoChanges
constructor
A new instance of NoChanges.
Methods inherited from Message
Constructor Details
#initialize ⇒ NoChanges
Returns a new instance of NoChanges.
29 30 31 |
# File 'lib/cuffsert/messages.rb', line 29 def initialize super('No changes.') end |