Class: Smartcall::Soap::SendSMSResponse
- Inherits:
-
Object
- Object
- Smartcall::Soap::SendSMSResponse
- Defined in:
- lib/smartcall/soap/default.rb
Overview
/sendSMSResponse
Constant Summary collapse
- @@schema_type =
"sendSMSResponse"
- @@schema_ns =
"http://tempuri.org/"
- @@schema_qualified =
"true"
- @@schema_element =
[["sendSMSResult", "SOAP::SOAPString"]]
Instance Attribute Summary collapse
-
#sendSMSResult ⇒ Object
Returns the value of attribute sendSMSResult.
Instance Method Summary collapse
-
#initialize(sendSMSResult = nil) ⇒ SendSMSResponse
constructor
A new instance of SendSMSResponse.
Constructor Details
#initialize(sendSMSResult = nil) ⇒ SendSMSResponse
Returns a new instance of SendSMSResponse.
68 69 70 |
# File 'lib/smartcall/soap/default.rb', line 68 def initialize(sendSMSResult = nil) @sendSMSResult = sendSMSResult end |
Instance Attribute Details
#sendSMSResult ⇒ Object
Returns the value of attribute sendSMSResult.
66 67 68 |
# File 'lib/smartcall/soap/default.rb', line 66 def sendSMSResult @sendSMSResult end |