Class: EBay::BidApprovalType

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

Overview

urn:ebay:apis:eBLBaseComponentsBidApprovalType

userID - (any)
approvedBiddingLimit - EBay::AmountType
declinedComment - SOAP::SOAPString
status - EBay::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.



21099
21100
21101
21102
21103
21104
21105
# File 'lib/eBay.rb', line 21099

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.



21093
21094
21095
# File 'lib/eBay.rb', line 21093

def __xmlele_any
  @__xmlele_any
end

#approvedBiddingLimitObject

Returns the value of attribute approvedBiddingLimit.



21090
21091
21092
# File 'lib/eBay.rb', line 21090

def approvedBiddingLimit
  @approvedBiddingLimit
end

#declinedCommentObject

Returns the value of attribute declinedComment.



21091
21092
21093
# File 'lib/eBay.rb', line 21091

def declinedComment
  @declinedComment
end

#statusObject

Returns the value of attribute status.



21092
21093
21094
# File 'lib/eBay.rb', line 21092

def status
  @status
end

#userIDObject

Returns the value of attribute userID.



21089
21090
21091
# File 'lib/eBay.rb', line 21089

def userID
  @userID
end

Instance Method Details

#set_any(elements) ⇒ Object



21095
21096
21097
# File 'lib/eBay.rb', line 21095

def set_any(elements)
  @__xmlele_any = elements
end