Class: GetCharitiesRequestType
- Inherits:
-
Object
- Object
- GetCharitiesRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetCharitiesRequestType
Constant Summary collapse
- @@schema_type =
"GetCharitiesRequestType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]], ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]], ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]], ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]], ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["charityID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CharityID")]], ["charityName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CharityName")]], ["query", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Query")]], ["charityRegion", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CharityRegion")]], ["charityDomain", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CharityDomain")]], ["includeDescription", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeDescription")]], ["matchType", ["StringMatchCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MatchType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#charityDomain ⇒ Object
Returns the value of attribute charityDomain.
-
#charityID ⇒ Object
Returns the value of attribute charityID.
-
#charityName ⇒ Object
Returns the value of attribute charityName.
-
#charityRegion ⇒ Object
Returns the value of attribute charityRegion.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#includeDescription ⇒ Object
Returns the value of attribute includeDescription.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#matchType ⇒ Object
Returns the value of attribute matchType.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#query ⇒ Object
Returns the value of attribute query.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, charityID = nil, charityName = nil, query = nil, charityRegion = nil, charityDomain = nil, includeDescription = nil, matchType = nil) ⇒ GetCharitiesRequestType
constructor
A new instance of GetCharitiesRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, charityID = nil, charityName = nil, query = nil, charityRegion = nil, charityDomain = nil, includeDescription = nil, matchType = nil) ⇒ GetCharitiesRequestType
3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 |
# File 'lib/eBay.rb', line 3751 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, charityID = nil, charityName = nil, query = nil, charityRegion = nil, charityDomain = nil, includeDescription = nil, matchType = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @charityID = charityID @charityName = charityName @query = query @charityRegion = charityRegion @charityDomain = charityDomain @includeDescription = includeDescription @matchType = matchType end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
3738 3739 3740 |
# File 'lib/eBay.rb', line 3738 def __xmlele_any @__xmlele_any end |
#charityDomain ⇒ Object
Returns the value of attribute charityDomain.
3743 3744 3745 |
# File 'lib/eBay.rb', line 3743 def charityDomain @charityDomain end |
#charityID ⇒ Object
Returns the value of attribute charityID.
3739 3740 3741 |
# File 'lib/eBay.rb', line 3739 def charityID @charityID end |
#charityName ⇒ Object
Returns the value of attribute charityName.
3740 3741 3742 |
# File 'lib/eBay.rb', line 3740 def charityName @charityName end |
#charityRegion ⇒ Object
Returns the value of attribute charityRegion.
3742 3743 3744 |
# File 'lib/eBay.rb', line 3742 def charityRegion @charityRegion end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
3731 3732 3733 |
# File 'lib/eBay.rb', line 3731 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
3735 3736 3737 |
# File 'lib/eBay.rb', line 3735 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
3732 3733 3734 |
# File 'lib/eBay.rb', line 3732 def errorLanguage @errorLanguage end |
#includeDescription ⇒ Object
Returns the value of attribute includeDescription.
3744 3745 3746 |
# File 'lib/eBay.rb', line 3744 def includeDescription @includeDescription end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
3736 3737 3738 |
# File 'lib/eBay.rb', line 3736 def invocationID @invocationID end |
#matchType ⇒ Object
Returns the value of attribute matchType.
3745 3746 3747 |
# File 'lib/eBay.rb', line 3745 def matchType @matchType end |
#messageID ⇒ Object
Returns the value of attribute messageID.
3733 3734 3735 |
# File 'lib/eBay.rb', line 3733 def end |
#query ⇒ Object
Returns the value of attribute query.
3741 3742 3743 |
# File 'lib/eBay.rb', line 3741 def query @query end |
#version ⇒ Object
Returns the value of attribute version.
3734 3735 3736 |
# File 'lib/eBay.rb', line 3734 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
3737 3738 3739 |
# File 'lib/eBay.rb', line 3737 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
3747 3748 3749 |
# File 'lib/eBay.rb', line 3747 def set_any(elements) @__xmlele_any = elements end |