Method: TDiary::Plugin#last_modified=

Defined in:
lib/tdiary/plugin.rb

#last_modified=(value) ⇒ Object (writeonly)

Sets the attribute last_modified

Parameters:

  • value

    the value to set the attribute last_modified to.



13
14
15
# File 'lib/tdiary/plugin.rb', line 13

def last_modified=(value)
  @last_modified = value
end