Class: Telesign::API::Call
- Inherits:
-
Object
- Object
- Telesign::API::Call
- Defined in:
- lib/telesign/api/default.rb
Overview
/Call
referenceID - SOAP::SOAPString
aPIError - Telesign::API::APIErrorResponse
Instance Attribute Summary collapse
-
#aPIError ⇒ Object
Returns the value of attribute aPIError.
-
#referenceID ⇒ Object
Returns the value of attribute referenceID.
Instance Method Summary collapse
-
#initialize(referenceID = nil, aPIError = nil) ⇒ Call
constructor
A new instance of Call.
Constructor Details
#initialize(referenceID = nil, aPIError = nil) ⇒ Call
Returns a new instance of Call.
141 142 143 144 |
# File 'lib/telesign/api/default.rb', line 141 def initialize(referenceID = nil, aPIError = nil) @referenceID = referenceID @aPIError = aPIError end |
Instance Attribute Details
#aPIError ⇒ Object
Returns the value of attribute aPIError.
139 140 141 |
# File 'lib/telesign/api/default.rb', line 139 def aPIError @aPIError end |
#referenceID ⇒ Object
Returns the value of attribute referenceID.
138 139 140 |
# File 'lib/telesign/api/default.rb', line 138 def referenceID @referenceID end |