Class: EBay::XMLRequesterCredentialsType
- Inherits:
-
Object
- Object
- EBay::XMLRequesterCredentialsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsXMLRequesterCredentialsType
username - SOAP::SOAPString
password - SOAP::SOAPString
eBayAuthToken - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#eBayAuthToken ⇒ Object
Returns the value of attribute eBayAuthToken.
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(username = nil, password = nil, eBayAuthToken = nil) ⇒ XMLRequesterCredentialsType
constructor
A new instance of XMLRequesterCredentialsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(username = nil, password = nil, eBayAuthToken = nil) ⇒ XMLRequesterCredentialsType
Returns a new instance of XMLRequesterCredentialsType.
20017 20018 20019 20020 20021 20022 |
# File 'lib/eBay.rb', line 20017 def initialize(username = nil, password = nil, eBayAuthToken = nil) @username = username @password = password @eBayAuthToken = eBayAuthToken @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20011 20012 20013 |
# File 'lib/eBay.rb', line 20011 def __xmlele_any @__xmlele_any end |
#eBayAuthToken ⇒ Object
Returns the value of attribute eBayAuthToken.
20010 20011 20012 |
# File 'lib/eBay.rb', line 20010 def eBayAuthToken @eBayAuthToken end |
#password ⇒ Object
Returns the value of attribute password.
20009 20010 20011 |
# File 'lib/eBay.rb', line 20009 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
20008 20009 20010 |
# File 'lib/eBay.rb', line 20008 def username @username end |
Instance Method Details
#set_any(elements) ⇒ Object
20013 20014 20015 |
# File 'lib/eBay.rb', line 20013 def set_any(elements) @__xmlele_any = elements end |