Class: EBay::NonProfitSocialAddressType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsNonProfitSocialAddressType

socialAddressType - EBay::SocialAddressTypeCodeType
socialAddressId - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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(socialAddressType = nil, socialAddressId = nil)
  @socialAddressType = socialAddressType
  @socialAddressId = socialAddressId
end

Instance Attribute Details

#socialAddressIdObject

Returns the value of attribute socialAddressId.



22695
22696
22697
# File 'lib/eBay.rb', line 22695

def socialAddressId
  @socialAddressId
end

#socialAddressTypeObject

Returns the value of attribute socialAddressType.



22694
22695
22696
# File 'lib/eBay.rb', line 22694

def socialAddressType
  @socialAddressType
end