Method: Fast::Builder#buffer_name=

Defined in:
lib/fast.rb

#buffer_name=(value) ⇒ Object (writeonly)

Sets the attribute buffer_name

Parameters:

  • value

    the value to set the attribute buffer_name to.



123
124
125
# File 'lib/fast.rb', line 123

def buffer_name=(value)
  @buffer_name = value
end