Class: Kward::WebSearch::NetHttpClient::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/tools/search/web.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



715
716
717
# File 'lib/kward/tools/search/web.rb', line 715

def body
  @body
end

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



715
716
717
# File 'lib/kward/tools/search/web.rb', line 715

def code
  @code
end