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.



12283
12284
12285
12286
12287
12288
12289
12290
# File 'lib/eBay.rb', line 12283

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.



12277
12278
12279
# File 'lib/eBay.rb', line 12277

def __xmlele_any
  @__xmlele_any
end

#acceptURLObject

Returns the value of attribute acceptURL.



12272
12273
12274
# File 'lib/eBay.rb', line 12272

def acceptURL
  @acceptURL
end

#privacyPolicyURLObject

Returns the value of attribute privacyPolicyURL.



12273
12274
12275
# File 'lib/eBay.rb', line 12273

def privacyPolicyURL
  @privacyPolicyURL
end

#rejectURLObject

Returns the value of attribute rejectURL.



12274
12275
12276
# File 'lib/eBay.rb', line 12274

def rejectURL
  @rejectURL
end

#ruNameObject

Returns the value of attribute ruName.



12275
12276
12277
# File 'lib/eBay.rb', line 12275

def ruName
  @ruName
end

#tokenReturnMethodObject

Returns the value of attribute tokenReturnMethod.



12276
12277
12278
# File 'lib/eBay.rb', line 12276

def tokenReturnMethod
  @tokenReturnMethod
end

Instance Method Details

#set_any(elements) ⇒ Object



12279
12280
12281
# File 'lib/eBay.rb', line 12279

def set_any(elements)
  @__xmlele_any = elements
end