Method: BlueFeather::Document#initialize

Defined in:
lib/bluefeather.rb

#initialize(headers = {}, body = '') ⇒ Document

Returns a new instance of Document.



286
287
288
289
# File 'lib/bluefeather.rb', line 286

def initialize(headers = {}, body = '')
  @headers = headers
  @body = body
end