Method: CubaAPI::Response#initialize

Defined in:
lib/cuba_api.rb

#initialize(status = 404, headers = { "Content-Type" => "text/plain; charset=utf-8" }) ⇒ Response



40
41
42
43
# File 'lib/cuba_api.rb', line 40

def initialize( status = 404,
                headers = { "Content-Type" => "text/plain; charset=utf-8" } )
  super
end