Class: Smartcall::Soap::SendBinaryStringResponse
- Inherits:
-
Object
- Object
- Smartcall::Soap::SendBinaryStringResponse
- 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
-
#sendBinaryStringResult ⇒ Object
Returns the value of attribute sendBinaryStringResult.
Instance Method Summary collapse
-
#initialize(sendBinaryStringResult = nil) ⇒ SendBinaryStringResponse
constructor
A new instance of SendBinaryStringResponse.
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
#sendBinaryStringResult ⇒ Object
Returns the value of attribute sendBinaryStringResult.
140 141 142 |
# File 'lib/smartcall/soap/default.rb', line 140 def sendBinaryStringResult @sendBinaryStringResult end |