Method: ContentBofu#initialize

Defined in:
lib/contentbofu.rb

#initializeContentBofu

Returns a new instance of ContentBofu.



3
4
5
6
7
8
# File 'lib/contentbofu.rb', line 3

def initialize
  # Just the defaults that I use.
  @tbs_method = 'replaceEveryonesFavorites'
  @tbs_maxsyns = '7'
  @tbs_quality = '1'
end