Method: XcodeBuild::BuildAction#finished_at=

Defined in:
lib/xcode_build/build_action.rb

#finished_at=(value) ⇒ Object (writeonly)

Sets the attribute finished_at

Parameters:

  • value

    the value to set the attribute finished_at to.



8
9
10
# File 'lib/xcode_build/build_action.rb', line 8

def finished_at=(value)
  @finished_at = value
end