Method: Baf::OptionsRegistrant#banner=

Defined in:
lib/baf/options_registrant.rb

#banner=(value) ⇒ Object

Sets the attribute banner

Parameters:

  • value

    the value to set the attribute banner to.



13
14
15
# File 'lib/baf/options_registrant.rb', line 13

def banner=(value)
  @banner = value
end