Class: CharityInfoType

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

Overview

urn:ebay:apis:eBLBaseComponentsCharityInfoType

name - SOAP::SOAPString
mission - SOAP::SOAPString
logoURL - SOAP::SOAPAnyURI
status - CharityStatusCodeType
searchableString - SOAP::SOAPString
charityRegion - SOAP::SOAPInt
charityDomain - SOAP::SOAPInt
charityID - SOAP::SOAPString
logoURLSelling - SOAP::SOAPAnyURI
displayLogoSelling - SOAP::SOAPBoolean
xmlattr_id - SOAP::SOAPString

Constant Summary collapse

AttrId =
XSD::QName.new(nil, "id")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, mission = nil, logoURL = nil, status = nil, searchableString = nil, charityRegion = nil, charityDomain = [], charityID = nil, logoURLSelling = nil, displayLogoSelling = nil) ⇒ CharityInfoType

Returns a new instance of CharityInfoType.



18134
18135
18136
18137
18138
18139
18140
18141
18142
18143
18144
18145
18146
18147
# File 'lib/eBay.rb', line 18134

def initialize(name = nil, mission = nil, logoURL = nil, status = nil, searchableString = nil, charityRegion = nil, charityDomain = [], charityID = nil, logoURLSelling = nil, displayLogoSelling = nil)
  @name = name
  @mission = mission
  @logoURL = logoURL
  @status = status
  @searchableString = searchableString
  @charityRegion = charityRegion
  @charityDomain = charityDomain
  @charityID = charityID
  @logoURLSelling = logoURLSelling
  @displayLogoSelling = displayLogoSelling
  @__xmlele_any = nil
  @__xmlattr = {}
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18116
18117
18118
# File 'lib/eBay.rb', line 18116

def __xmlele_any
  @__xmlele_any
end

#charityDomainObject

Returns the value of attribute charityDomain.



18112
18113
18114
# File 'lib/eBay.rb', line 18112

def charityDomain
  @charityDomain
end

#charityIDObject

Returns the value of attribute charityID.



18113
18114
18115
# File 'lib/eBay.rb', line 18113

def charityID
  @charityID
end

#charityRegionObject

Returns the value of attribute charityRegion.



18111
18112
18113
# File 'lib/eBay.rb', line 18111

def charityRegion
  @charityRegion
end

#displayLogoSellingObject

Returns the value of attribute displayLogoSelling.



18115
18116
18117
# File 'lib/eBay.rb', line 18115

def displayLogoSelling
  @displayLogoSelling
end

#logoURLObject

Returns the value of attribute logoURL.



18108
18109
18110
# File 'lib/eBay.rb', line 18108

def logoURL
  @logoURL
end

#logoURLSellingObject

Returns the value of attribute logoURLSelling.



18114
18115
18116
# File 'lib/eBay.rb', line 18114

def logoURLSelling
  @logoURLSelling
end

#missionObject

Returns the value of attribute mission.



18107
18108
18109
# File 'lib/eBay.rb', line 18107

def mission
  @mission
end

#nameObject

Returns the value of attribute name.



18106
18107
18108
# File 'lib/eBay.rb', line 18106

def name
  @name
end

#searchableStringObject

Returns the value of attribute searchableString.



18110
18111
18112
# File 'lib/eBay.rb', line 18110

def searchableString
  @searchableString
end

#statusObject

Returns the value of attribute status.



18109
18110
18111
# File 'lib/eBay.rb', line 18109

def status
  @status
end

Instance Method Details

#__xmlattrObject



18122
18123
18124
# File 'lib/eBay.rb', line 18122

def __xmlattr
  @__xmlattr ||= {}
end

#set_any(elements) ⇒ Object



18118
18119
18120
# File 'lib/eBay.rb', line 18118

def set_any(elements)
  @__xmlele_any = elements
end

#xmlattr_idObject



18126
18127
18128
# File 'lib/eBay.rb', line 18126

def xmlattr_id
  __xmlattr[AttrId]
end

#xmlattr_id=(value) ⇒ Object



18130
18131
18132
# File 'lib/eBay.rb', line 18130

def xmlattr_id=(value)
  __xmlattr[AttrId] = value
end