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.



15381
15382
15383
15384
15385
15386
15387
15388
# File 'lib/eBay.rb', line 15381

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.



15375
15376
15377
# File 'lib/eBay.rb', line 15375

def __xmlele_any
  @__xmlele_any
end

#acceptURLObject

Returns the value of attribute acceptURL.



15370
15371
15372
# File 'lib/eBay.rb', line 15370

def acceptURL
  @acceptURL
end

#privacyPolicyURLObject

Returns the value of attribute privacyPolicyURL.



15371
15372
15373
# File 'lib/eBay.rb', line 15371

def privacyPolicyURL
  @privacyPolicyURL
end

#rejectURLObject

Returns the value of attribute rejectURL.



15372
15373
15374
# File 'lib/eBay.rb', line 15372

def rejectURL
  @rejectURL
end

#ruNameObject

Returns the value of attribute ruName.



15373
15374
15375
# File 'lib/eBay.rb', line 15373

def ruName
  @ruName
end

#tokenReturnMethodObject

Returns the value of attribute tokenReturnMethod.



15374
15375
15376
# File 'lib/eBay.rb', line 15374

def tokenReturnMethod
  @tokenReturnMethod
end

Instance Method Details

#set_any(elements) ⇒ Object



15377
15378
15379
# File 'lib/eBay.rb', line 15377

def set_any(elements)
  @__xmlele_any = elements
end