Class: Smartcall::Soap::SendWAPLinkResponse
- Inherits:
-
Object
- Object
- Smartcall::Soap::SendWAPLinkResponse
- Defined in:
- lib/smartcall/soap/default.rb
Overview
/sendWAPLinkResponse
Constant Summary collapse
- @@schema_type =
"sendWAPLinkResponse"
- @@schema_ns =
"http://tempuri.org/"
- @@schema_qualified =
"true"
- @@schema_element =
[["sendWAPLinkResult", "SOAP::SOAPString"]]
Instance Attribute Summary collapse
-
#sendWAPLinkResult ⇒ Object
Returns the value of attribute sendWAPLinkResult.
Instance Method Summary collapse
-
#initialize(sendWAPLinkResult = nil) ⇒ SendWAPLinkResponse
constructor
A new instance of SendWAPLinkResponse.
Constructor Details
#initialize(sendWAPLinkResult = nil) ⇒ SendWAPLinkResponse
Returns a new instance of SendWAPLinkResponse.
106 107 108 |
# File 'lib/smartcall/soap/default.rb', line 106 def initialize(sendWAPLinkResult = nil) @sendWAPLinkResult = sendWAPLinkResult end |
Instance Attribute Details
#sendWAPLinkResult ⇒ Object
Returns the value of attribute sendWAPLinkResult.
104 105 106 |
# File 'lib/smartcall/soap/default.rb', line 104 def sendWAPLinkResult @sendWAPLinkResult end |