Class: BidApprovalType

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

Overview

urn:ebay:apis:eBLBaseComponentsBidApprovalType

userID - (any)
approvedBiddingLimit - AmountType
declinedComment - SOAP::SOAPString
status - BidderStatusCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(userID = nil, approvedBiddingLimit = nil, declinedComment = nil, status = nil) ⇒ BidApprovalType

Returns a new instance of BidApprovalType.



17025
17026
17027
17028
17029
17030
17031
# File 'lib/eBay.rb', line 17025

def initialize(userID = nil, approvedBiddingLimit = nil, declinedComment = nil, status = nil)
  @userID = userID
  @approvedBiddingLimit = approvedBiddingLimit
  @declinedComment = declinedComment
  @status = status
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17019
17020
17021
# File 'lib/eBay.rb', line 17019

def __xmlele_any
  @__xmlele_any
end

#approvedBiddingLimitObject

Returns the value of attribute approvedBiddingLimit.



17016
17017
17018
# File 'lib/eBay.rb', line 17016

def approvedBiddingLimit
  @approvedBiddingLimit
end

#declinedCommentObject

Returns the value of attribute declinedComment.



17017
17018
17019
# File 'lib/eBay.rb', line 17017

def declinedComment
  @declinedComment
end

#statusObject

Returns the value of attribute status.



17018
17019
17020
# File 'lib/eBay.rb', line 17018

def status
  @status
end

#userIDObject

Returns the value of attribute userID.



17015
17016
17017
# File 'lib/eBay.rb', line 17015

def userID
  @userID
end

Instance Method Details

#set_any(elements) ⇒ Object



17021
17022
17023
# File 'lib/eBay.rb', line 17021

def set_any(elements)
  @__xmlele_any = elements
end