Class: AuthenticationEntryType

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

Overview

urn:ebay:apis:eBLBaseComponentsAuthenticationEntryType

acceptURL - SOAP::SOAPAnyURI
privacyPolicyURL - SOAP::SOAPAnyURI
rejectURL - SOAP::SOAPAnyURI
ruName - SOAP::SOAPString
tokenReturnMethod - TokenReturnMethodCodeType

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.



16771
16772
16773
16774
16775
16776
16777
16778
# File 'lib/eBay.rb', line 16771

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.



16765
16766
16767
# File 'lib/eBay.rb', line 16765

def __xmlele_any
  @__xmlele_any
end

#acceptURLObject

Returns the value of attribute acceptURL.



16760
16761
16762
# File 'lib/eBay.rb', line 16760

def acceptURL
  @acceptURL
end

#privacyPolicyURLObject

Returns the value of attribute privacyPolicyURL.



16761
16762
16763
# File 'lib/eBay.rb', line 16761

def privacyPolicyURL
  @privacyPolicyURL
end

#rejectURLObject

Returns the value of attribute rejectURL.



16762
16763
16764
# File 'lib/eBay.rb', line 16762

def rejectURL
  @rejectURL
end

#ruNameObject

Returns the value of attribute ruName.



16763
16764
16765
# File 'lib/eBay.rb', line 16763

def ruName
  @ruName
end

#tokenReturnMethodObject

Returns the value of attribute tokenReturnMethod.



16764
16765
16766
# File 'lib/eBay.rb', line 16764

def tokenReturnMethod
  @tokenReturnMethod
end

Instance Method Details

#set_any(elements) ⇒ Object



16767
16768
16769
# File 'lib/eBay.rb', line 16767

def set_any(elements)
  @__xmlele_any = elements
end