class RelatedWord::Formatter::BaseFormatter

Attributes

resp[R]

Public Class Methods

new(resp) click to toggle source
# File lib/related_word/formatter/base_formatter.rb, line 6
def initialize(resp)
  @resp = resp
end