Method: SheetInterface::Status#message=

Defined in:
lib/sheetinterface.rb

#message=(value) ⇒ Object (writeonly)

Sets the attribute message

Parameters:

  • value

    the value to set the attribute message to.



52
53
54
# File 'lib/sheetinterface.rb', line 52

def message=(value)
  @message = value
end