Class: EBay::SMSSubscriptionType
- Inherits:
-
Object
- Object
- EBay::SMSSubscriptionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSMSSubscriptionType
sMSPhone - SOAP::SOAPString
userStatus - EBay::SMSSubscriptionUserStatusCodeType
carrierID - EBay::WirelessCarrierIDCodeType
errorCode - EBay::SMSSubscriptionErrorCodeCodeType
itemToUnsubscribe - (any)
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#carrierID ⇒ Object
Returns the value of attribute carrierID.
-
#errorCode ⇒ Object
Returns the value of attribute errorCode.
-
#itemToUnsubscribe ⇒ Object
Returns the value of attribute itemToUnsubscribe.
-
#sMSPhone ⇒ Object
Returns the value of attribute sMSPhone.
-
#userStatus ⇒ Object
Returns the value of attribute userStatus.
Instance Method Summary collapse
-
#initialize(sMSPhone = nil, userStatus = nil, carrierID = nil, errorCode = nil, itemToUnsubscribe = nil) ⇒ SMSSubscriptionType
constructor
A new instance of SMSSubscriptionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(sMSPhone = nil, userStatus = nil, carrierID = nil, errorCode = nil, itemToUnsubscribe = nil) ⇒ SMSSubscriptionType
Returns a new instance of SMSSubscriptionType.
30765 30766 30767 30768 30769 30770 30771 30772 |
# File 'lib/eBay.rb', line 30765 def initialize(sMSPhone = nil, userStatus = nil, carrierID = nil, errorCode = nil, itemToUnsubscribe = nil) @sMSPhone = sMSPhone @userStatus = userStatus @carrierID = carrierID @errorCode = errorCode @itemToUnsubscribe = itemToUnsubscribe @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
30759 30760 30761 |
# File 'lib/eBay.rb', line 30759 def __xmlele_any @__xmlele_any end |
#carrierID ⇒ Object
Returns the value of attribute carrierID.
30756 30757 30758 |
# File 'lib/eBay.rb', line 30756 def carrierID @carrierID end |
#errorCode ⇒ Object
Returns the value of attribute errorCode.
30757 30758 30759 |
# File 'lib/eBay.rb', line 30757 def errorCode @errorCode end |
#itemToUnsubscribe ⇒ Object
Returns the value of attribute itemToUnsubscribe.
30758 30759 30760 |
# File 'lib/eBay.rb', line 30758 def itemToUnsubscribe @itemToUnsubscribe end |
#sMSPhone ⇒ Object
Returns the value of attribute sMSPhone.
30754 30755 30756 |
# File 'lib/eBay.rb', line 30754 def sMSPhone @sMSPhone end |
#userStatus ⇒ Object
Returns the value of attribute userStatus.
30755 30756 30757 |
# File 'lib/eBay.rb', line 30755 def userStatus @userStatus end |
Instance Method Details
#set_any(elements) ⇒ Object
30761 30762 30763 |
# File 'lib/eBay.rb', line 30761 def set_any(elements) @__xmlele_any = elements end |