Method: Windstorm::Machine#flash=

Defined in:
lib/windstorm/machine.rb

#flash=(value) ⇒ Object (writeonly)

Sets the attribute flash

Parameters:

  • value

    the value to set the attribute flash to.



5
6
7
# File 'lib/windstorm/machine.rb', line 5

def flash=(value)
  @flash = value
end