Class: SoapyBing::Soap::Response::Base

Inherits:
Object
  • Object
show all
Includes:
Helpers::ClassName, Payload
Defined in:
lib/soapy_bing/soap/response/base.rb

Constant Summary

Constants included from Payload

Payload::Fault

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Payload

#check_errors_and_extract_payload, #extract_payload, #payload, #response

Methods included from Helpers::ClassName

#class_name

Constructor Details

#initialize(body) ⇒ Base

Returns a new instance of Base.



11
12
13
# File 'lib/soapy_bing/soap/response/base.rb', line 11

def initialize(body)
  @body = body
end

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body.



9
10
11
# File 'lib/soapy_bing/soap/response/base.rb', line 9

def body
  @body
end