Class: Smartcall::Soap::SendBinaryStringResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/smartcall/soap/default.rb

Overview

/sendBinaryStringResponse

Constant Summary collapse

@@schema_type =
"sendSMSResponse"
@@schema_ns =
"http://tempuri.org/"
@@schema_qualified =
"true"
@@schema_element =
[["sendBinaryStringResult", "SOAP::SOAPString"]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sendBinaryStringResult = nil) ⇒ SendBinaryStringResponse

Returns a new instance of SendBinaryStringResponse.



142
143
144
# File 'lib/smartcall/soap/default.rb', line 142

def initialize(sendBinaryStringResult = nil)
  @sendBinaryStringResult = sendBinaryStringResult
end

Instance Attribute Details

#sendBinaryStringResultObject

Returns the value of attribute sendBinaryStringResult.



140
141
142
# File 'lib/smartcall/soap/default.rb', line 140

def sendBinaryStringResult
  @sendBinaryStringResult
end