Method: IB::RakeTask.created=

Defined in:
lib/ib/tasks.rb

.created=(value) ⇒ Object (writeonly)

Sets the attribute created

Parameters:

  • value

    the value to set the attribute created to.



7
8
9
# File 'lib/ib/tasks.rb', line 7

def created=(value)
  @created = value
end