Class: EBay::NonProfitSocialAddressType
- Inherits:
-
Object
- Object
- EBay::NonProfitSocialAddressType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsNonProfitSocialAddressType
- EBay::SocialAddressTypeCodeType
- SOAP::SOAPString
Instance Attribute Summary collapse
-
#socialAddressId ⇒ Object
Returns the value of attribute socialAddressId.
-
#socialAddressType ⇒ Object
Returns the value of attribute socialAddressType.
Instance Method Summary collapse
-
#initialize(socialAddressType = nil, socialAddressId = nil) ⇒ NonProfitSocialAddressType
constructor
A new instance of NonProfitSocialAddressType.
Constructor Details
#initialize(socialAddressType = nil, socialAddressId = nil) ⇒ NonProfitSocialAddressType
Returns a new instance of NonProfitSocialAddressType.
22697 22698 22699 22700 |
# File 'lib/eBay.rb', line 22697 def initialize( = nil, = nil) @socialAddressType = @socialAddressId = end |
Instance Attribute Details
#socialAddressId ⇒ Object
Returns the value of attribute socialAddressId.
22695 22696 22697 |
# File 'lib/eBay.rb', line 22695 def @socialAddressId end |
#socialAddressType ⇒ Object
Returns the value of attribute socialAddressType.
22694 22695 22696 |
# File 'lib/eBay.rb', line 22694 def @socialAddressType end |