Class: AuthenticationEntryType

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

Overview

urn:ebay:apis:eBLBaseComponentsAuthenticationEntryType

Constant Summary collapse

@@schema_type =
"AuthenticationEntryType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["acceptURL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AcceptURL")]],
  ["privacyPolicyURL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PrivacyPolicyURL")]],
  ["rejectURL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RejectURL")]],
  ["ruName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RuName")]],
  ["tokenReturnMethod", ["TokenReturnMethodCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TokenReturnMethod")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(acceptURL = nil, privacyPolicyURL = nil, rejectURL = nil, ruName = nil, tokenReturnMethod = nil) ⇒ AuthenticationEntryType

Returns a new instance of AuthenticationEntryType.



13727
13728
13729
13730
13731
13732
13733
13734
# File 'lib/eBay.rb', line 13727

def initialize(acceptURL = nil, privacyPolicyURL = nil, rejectURL = nil, ruName = nil, tokenReturnMethod = nil)
  @acceptURL = acceptURL
  @privacyPolicyURL = privacyPolicyURL
  @rejectURL = rejectURL
  @ruName = ruName
  @tokenReturnMethod = tokenReturnMethod
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13721
13722
13723
# File 'lib/eBay.rb', line 13721

def __xmlele_any
  @__xmlele_any
end

#acceptURLObject

Returns the value of attribute acceptURL.



13716
13717
13718
# File 'lib/eBay.rb', line 13716

def acceptURL
  @acceptURL
end

#privacyPolicyURLObject

Returns the value of attribute privacyPolicyURL.



13717
13718
13719
# File 'lib/eBay.rb', line 13717

def privacyPolicyURL
  @privacyPolicyURL
end

#rejectURLObject

Returns the value of attribute rejectURL.



13718
13719
13720
# File 'lib/eBay.rb', line 13718

def rejectURL
  @rejectURL
end

#ruNameObject

Returns the value of attribute ruName.



13719
13720
13721
# File 'lib/eBay.rb', line 13719

def ruName
  @ruName
end

#tokenReturnMethodObject

Returns the value of attribute tokenReturnMethod.



13720
13721
13722
# File 'lib/eBay.rb', line 13720

def tokenReturnMethod
  @tokenReturnMethod
end

Instance Method Details

#set_any(elements) ⇒ Object



13723
13724
13725
# File 'lib/eBay.rb', line 13723

def set_any(elements)
  @__xmlele_any = elements
end